#[repr(C)]pub struct Elf32Ehdr {}Expand description
ELF header of ELF32.
Fields§
§e_ident: [u8; 16]§e_type: u16§e_machine: u16§e_version: u32§e_entry: u32§e_phoff: u32§e_shoff: u32§e_flags: u32§e_ehsize: u16§e_phentsize: u16§e_phnum: u16§e_shentsize: u16§e_shnum: u16§e_shstrndx: u16Trait Implementations§
impl Copy for Elf32Ehdr
impl Eq for Elf32Ehdr
impl StructuralPartialEq for Elf32Ehdr
Auto Trait Implementations§
impl Freeze for Elf32Ehdr
impl RefUnwindSafe for Elf32Ehdr
impl Send for Elf32Ehdr
impl Sync for Elf32Ehdr
impl Unpin for Elf32Ehdr
impl UnsafeUnpin for Elf32Ehdr
impl UnwindSafe for Elf32Ehdr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more