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