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