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