Struct lief::pe::exception_aarch64::EpilogScope
pub struct EpilogScope<'a> { /* private fields */ }
Expand description
This strucure describes an epilog scope.
Implementations§
§impl EpilogScope<'_>
impl EpilogScope<'_>
pub fn start_offset(&self) -> u32
pub fn start_offset(&self) -> u32
Offset of the epilog relatives to the start of the function
pub fn start_index(&self) -> u16
pub fn start_index(&self) -> u16
Byte index of the first unwind code that describes this epilog
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for EpilogScope<'a>
impl<'a> !Send for EpilogScope<'a>
impl<'a> !Sync for EpilogScope<'a>
impl<'a> Unpin for EpilogScope<'a>
impl<'a> !UnwindSafe for EpilogScope<'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