#[repr(u8)]pub enum Nandcr0Bl {
BL_0 = 0,
BL_1 = 1,
BL_2 = 2,
BL_3 = 3,
BL_4 = 4,
BL_5 = 5,
BL_6 = 6,
BL_7 = 7,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Nandcr0Bl
impl Ord for Nandcr0Bl
Source§impl PartialOrd for Nandcr0Bl
impl PartialOrd for Nandcr0Bl
impl Copy for Nandcr0Bl
impl Eq for Nandcr0Bl
impl StructuralPartialEq for Nandcr0Bl
Auto Trait Implementations§
impl Freeze for Nandcr0Bl
impl RefUnwindSafe for Nandcr0Bl
impl Send for Nandcr0Bl
impl Sync for Nandcr0Bl
impl Unpin for Nandcr0Bl
impl UnwindSafe for Nandcr0Bl
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