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