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