Struct lief::pe::exception_aarch64::Packed
pub struct Packed<'a> { /* private fields */ }
Expand description
This structure represents a packed AArch64 exception entry.
An excepted entry can be packed if the unwind data fit in 30 bits
Implementations§
§impl Packed<'_>
impl Packed<'_>
pub fn frame_size(&self) -> u8
pub fn frame_size(&self) -> u8
Size of the allocated stack
pub fn reg_I(&self) -> u8
pub fn reg_I(&self) -> u8
Number of non-volatile INT registers (x19-x28) saved in the canonical stack location.
pub fn reg_F(&self) -> u8
pub fn reg_F(&self) -> u8
Number of non-volatile FP registers (d8-d15) saved in the canonical stack location
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Packed<'a>
impl<'a> !Send for Packed<'a>
impl<'a> !Sync for Packed<'a>
impl<'a> Unpin for Packed<'a>
impl<'a> !UnwindSafe for Packed<'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