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