#[repr(u8)]pub enum Norcr0Bl {
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 Norcr0Bl
impl Ord for Norcr0Bl
Source§impl PartialOrd for Norcr0Bl
impl PartialOrd for Norcr0Bl
impl Copy for Norcr0Bl
impl Eq for Norcr0Bl
impl StructuralPartialEq for Norcr0Bl
Auto Trait Implementations§
impl Freeze for Norcr0Bl
impl RefUnwindSafe for Norcr0Bl
impl Send for Norcr0Bl
impl Sync for Norcr0Bl
impl Unpin for Norcr0Bl
impl UnwindSafe for Norcr0Bl
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