Enum lief::elf::note::properties::X86Feature
pub enum X86Feature {
Show 17 variants
UNKNOWN,
IBT,
SHSTK,
LAM_U48,
LAM_U57,
X86,
X87,
MMX,
XMM,
YMM,
ZMM,
FXSR,
XSAVE,
XSAVEOPT,
XSAVEC,
TMM,
MASK,
}Variants§
Trait Implementations§
§impl Clone for X86Feature
impl Clone for X86Feature
§fn clone(&self) -> X86Feature
fn clone(&self) -> X86Feature
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for X86Feature
impl Debug for X86Feature
§impl From<u64> for X86Feature
impl From<u64> for X86Feature
§impl Hash for X86Feature
impl Hash for X86Feature
§impl PartialEq<X86Feature> for X86Feature
impl PartialEq<X86Feature> for X86Feature
§fn eq(&self, other: &X86Feature) -> bool
fn eq(&self, other: &X86Feature) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for X86Feature
impl Eq for X86Feature
impl StructuralEq for X86Feature
impl StructuralPartialEq for X86Feature
Auto Trait Implementations§
impl RefUnwindSafe for X86Feature
impl Send for X86Feature
impl Sync for X86Feature
impl Unpin for X86Feature
impl UnwindSafe for X86Feature
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