Struct lief::pe::exception_x64::Alloc
pub struct Alloc<'a> { /* private fields */ }
Expand description
This structure represents a stack-allocation operation
(UnwindOpcodes::ALLOC_SMALL
or UnwindOpcodes::ALLOC_LARGE
).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Alloc<'a>
impl<'a> !Send for Alloc<'a>
impl<'a> !Sync for Alloc<'a>
impl<'a> Unpin for Alloc<'a>
impl<'a> !UnwindSafe for Alloc<'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