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