pub struct JiOpcode { /* private fields */ }
Trait Implementations§
source§impl Inst for JiOpcode
impl Inst for JiOpcode
§type Args = (AsmImmediate,)
type Args = (AsmImmediate,)
Arguments to the instruction.
fn instruction(ident: Ident, (offset): Self::Args) -> Instruction
Auto Trait Implementations§
impl RefUnwindSafe for JiOpcode
impl Send for JiOpcode
impl Sync for JiOpcode
impl Unpin for JiOpcode
impl UnwindSafe for JiOpcode
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