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