pub enum Op32Function {
ADDW,
SUBW,
SLLW,
SRLW,
SRAW,
DIVW,
DIVUW,
MULW,
REMW,
REMUW,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Op32Function
impl Clone for Op32Function
Source§fn clone(&self) -> Op32Function
fn clone(&self) -> Op32Function
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Op32Function
impl Debug for Op32Function
Source§impl PartialEq for Op32Function
impl PartialEq for Op32Function
impl Copy for Op32Function
impl StructuralPartialEq for Op32Function
Auto Trait Implementations§
impl Freeze for Op32Function
impl RefUnwindSafe for Op32Function
impl Send for Op32Function
impl Sync for Op32Function
impl Unpin for Op32Function
impl UnwindSafe for Op32Function
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