Struct lief::elf::note::properties::AArch64PAuth
pub struct AArch64PAuth<'a> { /* private fields */ }Expand description
AArch64 pointer authentication property
Implementations§
Trait Implementations§
§impl Debug for AArch64PAuth<'_>
impl Debug for AArch64PAuth<'_>
§impl NoteProperty for AArch64PAuth<'_>
impl NoteProperty for AArch64PAuth<'_>
§fn property_type(&self) -> PropertyType
fn property_type(&self) -> PropertyType
Return the type of the property
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AArch64PAuth<'a>
impl<'a> !Send for AArch64PAuth<'a>
impl<'a> !Sync for AArch64PAuth<'a>
impl<'a> Unpin for AArch64PAuth<'a>
impl<'a> !UnwindSafe for AArch64PAuth<'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