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