#[repr(C)]pub struct Elf_Phdr {
pub p_type: u32,
pub p_flags: u32,
pub p_offset: usize,
pub p_vaddr: usize,
pub p_paddr: usize,
pub p_filesz: usize,
pub p_memsz: usize,
pub p_align: usize,
}
Fields§
§p_type: u32
§p_flags: u32
§p_offset: usize
§p_vaddr: usize
§p_paddr: usize
§p_filesz: usize
§p_memsz: usize
§p_align: usize
Auto Trait Implementations§
impl Freeze for Elf_Phdr
impl RefUnwindSafe for Elf_Phdr
impl Send for Elf_Phdr
impl Sync for Elf_Phdr
impl Unpin for Elf_Phdr
impl UnwindSafe for Elf_Phdr
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes