pub struct RET_Rn(/* private fields */);Implementations§
Trait Implementations§
Source§impl InsnOpcode for RET_Rn
impl InsnOpcode for RET_Rn
impl Copy for RET_Rn
impl Eq for RET_Rn
impl StructuralPartialEq for RET_Rn
Auto Trait Implementations§
impl Freeze for RET_Rn
impl RefUnwindSafe for RET_Rn
impl Send for RET_Rn
impl Sync for RET_Rn
impl Unpin for RET_Rn
impl UnwindSafe for RET_Rn
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