#[repr(u8)]pub enum Cmp0ie {
CMP0IE0 = 0,
CMP0IE1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Cmp0ie
impl Ord for Cmp0ie
Source§impl PartialOrd for Cmp0ie
impl PartialOrd for Cmp0ie
impl Copy for Cmp0ie
impl Eq for Cmp0ie
impl StructuralPartialEq for Cmp0ie
Auto Trait Implementations§
impl Freeze for Cmp0ie
impl RefUnwindSafe for Cmp0ie
impl Send for Cmp0ie
impl Sync for Cmp0ie
impl Unpin for Cmp0ie
impl UnwindSafe for Cmp0ie
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