Enum elf_utilities::header::ELFDATA
source · [−]pub enum ELFDATA {
DATANONE,
DATA2LSB,
DATA2MSB,
DATA2NUM,
ANY(u8),
}Variants
DATANONE
DATA2LSB
DATA2MSB
DATA2NUM
ANY(u8)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ELFDATA
impl Send for ELFDATA
impl Sync for ELFDATA
impl Unpin for ELFDATA
impl UnwindSafe for ELFDATA
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