#[repr(u16)]pub enum PASSWD_A {
PASS = 38_550,
}
Expand description
Set to 0x9696 to apply the settings
Any other value in this field will set all drive strengths to 0
Value on reset: 0
Variants§
PASS = 38_550
38550: 1001011010010110
Trait Implementations§
impl Copy for PASSWD_A
impl Eq for PASSWD_A
impl StructuralPartialEq for PASSWD_A
Auto Trait Implementations§
impl Freeze for PASSWD_A
impl RefUnwindSafe for PASSWD_A
impl Send for PASSWD_A
impl Sync for PASSWD_A
impl Unpin for PASSWD_A
impl UnwindSafe for PASSWD_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more