#[repr(u8)]pub enum Caee {
CLEAR_EEI = 0,
CLEAR_ALL = 1,
}Variants§
CLEAR_EEI = 0
Write 0 only to the EEI field specified in the CEEI field
CLEAR_ALL = 1
Write 0 to all fields in EEI
Implementations§
Trait Implementations§
Source§impl Ord for Caee
impl Ord for Caee
Source§impl PartialOrd for Caee
impl PartialOrd for Caee
impl Copy for Caee
impl Eq for Caee
impl StructuralPartialEq for Caee
Auto Trait Implementations§
impl Freeze for Caee
impl RefUnwindSafe for Caee
impl Send for Caee
impl Sync for Caee
impl Unpin for Caee
impl UnwindSafe for Caee
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