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