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