Struct c_gull::Elf32_Ehdr
source · pub struct Elf32_Ehdr {}Fields
e_ident: [u8; 16]e_type: u16e_machine: u16e_version: u32e_entry: u32e_phoff: u32e_shoff: u32e_flags: u32e_ehsize: u16e_phentsize: u16e_phnum: u16e_shentsize: u16e_shnum: u16e_shstrndx: u16Trait Implementations
sourceimpl Clone for Elf32_Ehdr
impl Clone for Elf32_Ehdr
sourcefn clone(&self) -> Elf32_Ehdr
fn clone(&self) -> Elf32_Ehdr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Elf32_Ehdr
Auto Trait Implementations
impl RefUnwindSafe for Elf32_Ehdr
impl Send for Elf32_Ehdr
impl Sync for Elf32_Ehdr
impl Unpin for Elf32_Ehdr
impl UnwindSafe for Elf32_Ehdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more