pub enum UnaryOpcode {
Inv,
Neg,
}
Variants§
Trait Implementations§
Source§impl Clone for UnaryOpcode
impl Clone for UnaryOpcode
Source§fn clone(&self) -> UnaryOpcode
fn clone(&self) -> UnaryOpcode
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 UnaryOpcode
impl Debug for UnaryOpcode
Auto Trait Implementations§
impl Freeze for UnaryOpcode
impl RefUnwindSafe for UnaryOpcode
impl Send for UnaryOpcode
impl Sync for UnaryOpcode
impl Unpin for UnaryOpcode
impl UnwindSafe for UnaryOpcode
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