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