Enum elf_utilities::header::ELFVERSION
source · [−]Variants
VERSIONCURRENT
ANY(u8)
ANY32(u32)
Implementations
sourceimpl ELFVERSION
impl ELFVERSION
pub const INDEX: usize
pub fn to_identifier(&self) -> u8
pub fn to_object_version(&self) -> u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ELFVERSION
impl Send for ELFVERSION
impl Sync for ELFVERSION
impl Unpin for ELFVERSION
impl UnwindSafe for ELFVERSION
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