Struct linux_raw_sys::elf::Elf_Phdr
source · #[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