Enum elf_utilities::header::ELFTYPE
source · [−]pub enum ELFTYPE {
NONE,
REL,
EXEC,
DYN,
CORE,
NUM,
LOOS,
HIOS,
LOPROC,
HIPROC,
ANY(u16),
}Variants
NONE
REL
EXEC
DYN
CORE
NUM
LOOS
HIOS
LOPROC
HIPROC
ANY(u16)
Implementations
Trait Implementations
sourceimpl Ord for ELFTYPE
impl Ord for ELFTYPE
sourceimpl PartialOrd<ELFTYPE> for ELFTYPE
impl PartialOrd<ELFTYPE> for ELFTYPE
sourcefn partial_cmp(&self, other: &ELFTYPE) -> Option<Ordering>
fn partial_cmp(&self, other: &ELFTYPE) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Eq for ELFTYPE
impl StructuralEq for ELFTYPE
impl StructuralPartialEq for ELFTYPE
Auto Trait Implementations
impl RefUnwindSafe for ELFTYPE
impl Send for ELFTYPE
impl Sync for ELFTYPE
impl Unpin for ELFTYPE
impl UnwindSafe for ELFTYPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more