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