Struct lief::pe::exception_x64::PushNonVol
pub struct PushNonVol<'a> { /* private fields */ }
Expand description
Push a nonvolatile integer register, decrementing RSP by 8
Implementations§
§impl PushNonVol<'_>
impl PushNonVol<'_>
Trait Implementations§
§impl Opcode for PushNonVol<'_>
impl Opcode for PushNonVol<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PushNonVol<'a>
impl<'a> !Send for PushNonVol<'a>
impl<'a> !Sync for PushNonVol<'a>
impl<'a> Unpin for PushNonVol<'a>
impl<'a> !UnwindSafe for PushNonVol<'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