#[repr(u8)]pub enum Cause {
NONE = 0,
ENTDAA = 1,
SETDASA = 2,
RSTDAA = 3,
AUTOMAP = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NONE = 0
No information (this value occurs when not configured to write DA)
ENTDAA = 1
Set using ENTDAA
SETDASA = 2
Set using SETDASA, SETAASA, or SETNEWDA
RSTDAA = 3
Cleared using RSTDAA
AUTOMAP = 4
Auto MAP change happened last
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Cause
impl Ord for Cause
Source§impl PartialOrd for Cause
impl PartialOrd for Cause
impl Copy for Cause
impl Eq for Cause
impl StructuralPartialEq for Cause
Auto Trait Implementations§
impl Freeze for Cause
impl RefUnwindSafe for Cause
impl Send for Cause
impl Sync for Cause
impl Unpin for Cause
impl UnwindSafe for Cause
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