pub struct RetOpcode { /* private fields */ }
Trait Implementations
sourceimpl Inst for RetOpcode
impl Inst for RetOpcode
fn instruction(ident: Ident, (value): Self::Args) -> Instruction
Auto Trait Implementations
impl RefUnwindSafe for RetOpcode
impl Send for RetOpcode
impl Sync for RetOpcode
impl Unpin for RetOpcode
impl UnwindSafe for RetOpcode
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