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