Enum rv32_asm::instruction::UInstructionOp
source · 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 copy 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
source§fn eq(&self, other: &UInstructionOp) -> bool
fn eq(&self, other: &UInstructionOp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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