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