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