[−][src]Struct elf_utilities::header::elf64::Ehdr64
Methods
impl Ehdr64[src]
pub fn size() -> Elf64Half[src]
pub fn get_identification(&self) -> u128[src]
pub fn get_elf_type(&self) -> ELFTYPE[src]
pub fn get_machine(&self) -> ELFMACHINE[src]
pub fn set_class(&mut self, class: ELFCLASS)[src]
pub fn set_data(&mut self, data: ELFDATA)[src]
pub fn set_version(&mut self, version: ELFVERSION)[src]
pub fn set_osabi(&mut self, osabi: ELFOSABI)[src]
pub fn set_elf_type(&mut self, e_type: ELFTYPE)[src]
pub fn set_machine(&mut self, e_machine: ELFMACHINE)[src]
pub fn to_le_bytes(&self) -> Vec<u8>[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ehdr64
impl Send for Ehdr64
impl Sync for Ehdr64
impl Unpin for Ehdr64
impl UnwindSafe for Ehdr64
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,