#[repr(u8)]pub enum Diffen {
DIFFEN_0 = 0,
DIFFEN_1 = 1,
}Variants§
DIFFEN_0 = 0
Differential operation not supported.
DIFFEN_1 = 1
Differential operation supported. CMDLa[CTYPE] controls fields implemented.
Implementations§
Trait Implementations§
Source§impl Ord for Diffen
impl Ord for Diffen
Source§impl PartialOrd for Diffen
impl PartialOrd for Diffen
impl Copy for Diffen
impl Eq for Diffen
impl StructuralPartialEq for Diffen
Auto Trait Implementations§
impl Freeze for Diffen
impl RefUnwindSafe for Diffen
impl Send for Diffen
impl Sync for Diffen
impl Unpin for Diffen
impl UnwindSafe for Diffen
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