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