#[repr(u8)]pub enum Ndpageend {
NDPAGEEND_0 = 0,
NDPAGEEND_1 = 1,
}Variants§
NDPAGEEND_0 = 0
The last address of main space in the NAND is not written by AXI command.
NDPAGEEND_1 = 1
The last address of main space in the NAND is written by AXI command.
Implementations§
Trait Implementations§
Source§impl Ord for Ndpageend
impl Ord for Ndpageend
Source§impl PartialOrd for Ndpageend
impl PartialOrd for Ndpageend
impl Copy for Ndpageend
impl Eq for Ndpageend
impl StructuralPartialEq for Ndpageend
Auto Trait Implementations§
impl Freeze for Ndpageend
impl RefUnwindSafe for Ndpageend
impl Send for Ndpageend
impl Sync for Ndpageend
impl Unpin for Ndpageend
impl UnwindSafe for Ndpageend
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