pub struct TrapOperation<'c> { /* private fields */ }
Expand description
An intr.trap
operation.
Implementations§
source§impl<'c> TrapOperation<'c>
impl<'c> TrapOperation<'c>
Trait Implementations§
source§impl<'c> From<TrapOperation<'c>> for Operation<'c>
impl<'c> From<TrapOperation<'c>> for Operation<'c>
source§fn from(operation: TrapOperation<'c>) -> Self
fn from(operation: TrapOperation<'c>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'c> RefUnwindSafe for TrapOperation<'c>
impl<'c> !Send for TrapOperation<'c>
impl<'c> !Sync for TrapOperation<'c>
impl<'c> Unpin for TrapOperation<'c>
impl<'c> UnwindSafe for TrapOperation<'c>
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