#[repr(transparent)]pub struct Nandcr3(pub u32);Expand description
NAND Control Register 3
Tuple Fields§
§0: u32Implementations§
Source§impl Nandcr3
impl Nandcr3
Sourcepub const fn set_ndopt1(&mut self, val: bool)
pub const fn set_ndopt1(&mut self, val: bool)
NAND option bit 1
Sourcepub const fn set_ndopt2(&mut self, val: bool)
pub const fn set_ndopt2(&mut self, val: bool)
NAND option bit 2
Sourcepub const fn set_ndopt3(&mut self, val: bool)
pub const fn set_ndopt3(&mut self, val: bool)
NAND option bit 3
Trait Implementations§
impl Copy for Nandcr3
impl Eq for Nandcr3
impl StructuralPartialEq for Nandcr3
Auto Trait Implementations§
impl Freeze for Nandcr3
impl RefUnwindSafe for Nandcr3
impl Send for Nandcr3
impl Sync for Nandcr3
impl Unpin for Nandcr3
impl UnwindSafe for Nandcr3
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