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