#[repr(u32)]pub enum LIEF_ELF_ELF_CLASS {
LIEF_ELF_ELFCLASSNONE = 0,
LIEF_ELF_ELFCLASS32 = 1,
LIEF_ELF_ELFCLASS64 = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LIEF_ELF_ELF_CLASS
impl Clone for LIEF_ELF_ELF_CLASS
Source§fn clone(&self) -> LIEF_ELF_ELF_CLASS
fn clone(&self) -> LIEF_ELF_ELF_CLASS
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 moreSource§impl Debug for LIEF_ELF_ELF_CLASS
impl Debug for LIEF_ELF_ELF_CLASS
Source§impl Hash for LIEF_ELF_ELF_CLASS
impl Hash for LIEF_ELF_ELF_CLASS
Source§impl PartialEq for LIEF_ELF_ELF_CLASS
impl PartialEq for LIEF_ELF_ELF_CLASS
impl Copy for LIEF_ELF_ELF_CLASS
impl Eq for LIEF_ELF_ELF_CLASS
impl StructuralPartialEq for LIEF_ELF_ELF_CLASS
Auto Trait Implementations§
impl Freeze for LIEF_ELF_ELF_CLASS
impl RefUnwindSafe for LIEF_ELF_ELF_CLASS
impl Send for LIEF_ELF_ELF_CLASS
impl Sync for LIEF_ELF_ELF_CLASS
impl Unpin for LIEF_ELF_ELF_CLASS
impl UnwindSafe for LIEF_ELF_ELF_CLASS
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