#[repr(u8)]pub enum Cair {
CLEAR_INT = 0,
CLEAR_ALL = 1,
}Variants§
CLEAR_INT = 0
Clear only the INT field specified in the CINT field
CLEAR_ALL = 1
Clear all bits in INT
Implementations§
Trait Implementations§
Source§impl Ord for Cair
impl Ord for Cair
Source§impl PartialOrd for Cair
impl PartialOrd for Cair
impl Copy for Cair
impl Eq for Cair
impl StructuralPartialEq for Cair
Auto Trait Implementations§
impl Freeze for Cair
impl RefUnwindSafe for Cair
impl Send for Cair
impl Sync for Cair
impl Unpin for Cair
impl UnwindSafe for Cair
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