#[repr(C)]struct Elf64Ehdr {}Fields§
§e_ident: [u8; 16]§e_type: u16§e_machine: u16§e_version: u32§e_entry: VirtualAddress§e_phoff: u64§e_shoff: u64§e_flags: u32§e_ehsize: u16§e_phentsize: u16§e_phnum: u16§e_shentsize: u16§e_shnum: u16§e_shstrndx: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for Elf64Ehdr
impl RefUnwindSafe for Elf64Ehdr
impl Send for Elf64Ehdr
impl Sync for Elf64Ehdr
impl Unpin for Elf64Ehdr
impl UnwindSafe for Elf64Ehdr
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