#[repr(u8)]pub enum CmdcrcEn {
EXIT = 0,
CLR = 1,
}Variants§
EXIT = 0
Disables the CRC command CRC. The CRC command will not be updated on completion of each ELS command.
CLR = 1
Enables the CRC command. The CRC command will be updated on completion of each ELS command.
Implementations§
Trait Implementations§
Source§impl Ord for CmdcrcEn
impl Ord for CmdcrcEn
Source§impl PartialOrd for CmdcrcEn
impl PartialOrd for CmdcrcEn
impl Copy for CmdcrcEn
impl Eq for CmdcrcEn
impl StructuralPartialEq for CmdcrcEn
Auto Trait Implementations§
impl Freeze for CmdcrcEn
impl RefUnwindSafe for CmdcrcEn
impl Send for CmdcrcEn
impl Sync for CmdcrcEn
impl Unpin for CmdcrcEn
impl UnwindSafe for CmdcrcEn
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