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