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