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