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 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 JInstructionOp
impl Debug for JInstructionOp
Source§impl PartialEq for JInstructionOp
impl PartialEq for JInstructionOp
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