Struct lief::pe::exception_x64::PushMachFrame
pub struct PushMachFrame<'a> { /* private fields */ }
Expand description
Push a machine frame
Implementations§
§impl PushMachFrame<'_>
impl PushMachFrame<'_>
Trait Implementations§
§impl Opcode for PushMachFrame<'_>
impl Opcode for PushMachFrame<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PushMachFrame<'a>
impl<'a> !Send for PushMachFrame<'a>
impl<'a> !Sync for PushMachFrame<'a>
impl<'a> Unpin for PushMachFrame<'a>
impl<'a> !UnwindSafe for PushMachFrame<'a>
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