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