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