Struct Defkey2
#[repr(transparent)]pub struct Defkey2(pub u32);Expand description
DEFKEY2 register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Defkey2
impl Eq for Defkey2
impl StructuralPartialEq for Defkey2
Auto Trait Implementations§
impl Freeze for Defkey2
impl RefUnwindSafe for Defkey2
impl Send for Defkey2
impl Sync for Defkey2
impl Unpin for Defkey2
impl UnwindSafe for Defkey2
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