pub struct JiOpcode { /* private fields */ }
Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more