Enum lief::elf::note::properties::X86FeatureFlag
pub enum X86FeatureFlag {
NONE,
USED,
NEEDED,
UNKNOWN(u64),
}Variants§
Trait Implementations§
§impl Clone for X86FeatureFlag
impl Clone for X86FeatureFlag
§fn clone(&self) -> X86FeatureFlag
fn clone(&self) -> X86FeatureFlag
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 X86FeatureFlag
impl Debug for X86FeatureFlag
§impl From<u64> for X86FeatureFlag
impl From<u64> for X86FeatureFlag
§impl Hash for X86FeatureFlag
impl Hash for X86FeatureFlag
§impl PartialEq<X86FeatureFlag> for X86FeatureFlag
impl PartialEq<X86FeatureFlag> for X86FeatureFlag
§fn eq(&self, other: &X86FeatureFlag) -> bool
fn eq(&self, other: &X86FeatureFlag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for X86FeatureFlag
impl Eq for X86FeatureFlag
impl StructuralEq for X86FeatureFlag
impl StructuralPartialEq for X86FeatureFlag
Auto Trait Implementations§
impl RefUnwindSafe for X86FeatureFlag
impl Send for X86FeatureFlag
impl Sync for X86FeatureFlag
impl Unpin for X86FeatureFlag
impl UnwindSafe for X86FeatureFlag
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