Enum rv32_asm::instruction::JInstructionOp
source · pub enum JInstructionOp {
Jal,
}Variants§
Jal
Trait Implementations§
source§impl Clone for JInstructionOp
impl Clone for JInstructionOp
source§fn clone(&self) -> JInstructionOp
fn clone(&self) -> JInstructionOp
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 JInstructionOp
impl Debug for JInstructionOp
source§impl PartialEq for JInstructionOp
impl PartialEq for JInstructionOp
source§fn eq(&self, other: &JInstructionOp) -> bool
fn eq(&self, other: &JInstructionOp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for JInstructionOp
Auto Trait Implementations§
impl Freeze for JInstructionOp
impl RefUnwindSafe for JInstructionOp
impl Send for JInstructionOp
impl Sync for JInstructionOp
impl Unpin for JInstructionOp
impl UnwindSafe for JInstructionOp
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