#[repr(u8)]pub enum Ndnopend {
NDNOPEND_0 = 0,
NDNOPEND_1 = 1,
}Variants§
NDNOPEND_0 = 0
At least one NAND AXI write transaction is pending or no NAND write transaction is sent to the queue.
NDNOPEND_1 = 1
All NAND AXI write pending transactions are finished.
Implementations§
Trait Implementations§
Source§impl Ord for Ndnopend
impl Ord for Ndnopend
Source§impl PartialOrd for Ndnopend
impl PartialOrd for Ndnopend
impl Copy for Ndnopend
impl Eq for Ndnopend
impl StructuralPartialEq for Ndnopend
Auto Trait Implementations§
impl Freeze for Ndnopend
impl RefUnwindSafe for Ndnopend
impl Send for Ndnopend
impl Sync for Ndnopend
impl Unpin for Ndnopend
impl UnwindSafe for Ndnopend
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