pub struct InstructionNotPresent;
Auto Trait Implementations§
impl Freeze for InstructionNotPresent
impl RefUnwindSafe for InstructionNotPresent
impl Send for InstructionNotPresent
impl Sync for InstructionNotPresent
impl Unpin for InstructionNotPresent
impl UnwindSafe for InstructionNotPresent
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