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