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