#[repr(u8)]pub enum BootEn {
BOOT_EN_A = 0,
BOOT_EN_B = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for BootEn
impl Ord for BootEn
Source§impl PartialOrd for BootEn
impl PartialOrd for BootEn
impl Copy for BootEn
impl Eq for BootEn
impl StructuralPartialEq for BootEn
Auto Trait Implementations§
impl Freeze for BootEn
impl RefUnwindSafe for BootEn
impl Send for BootEn
impl Sync for BootEn
impl Unpin for BootEn
impl UnwindSafe for BootEn
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