Enum elf_utilities::header::ELFCLASS
source · [−]pub enum ELFCLASS {
CLASSNone,
CLASS32,
CLASS64,
CLASSNUM,
ANY(u8),
}Variants
CLASSNone
CLASS32
CLASS64
CLASSNUM
ANY(u8)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ELFCLASS
impl Send for ELFCLASS
impl Sync for ELFCLASS
impl Unpin for ELFCLASS
impl UnwindSafe for ELFCLASS
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