Struct libc::Elf32_Phdr
#[repr(C)]
pub struct Elf32_Phdr {
pub p_type: Elf32_Word,
pub p_offset: Elf32_Off,
pub p_vaddr: Elf32_Addr,
pub p_paddr: Elf32_Addr,
pub p_filesz: Elf32_Word,
pub p_memsz: Elf32_Word,
pub p_flags: Elf32_Word,
pub p_align: Elf32_Word,
}Fields
pub p_type: Elf32_Wordpub p_offset: Elf32_Offpub p_vaddr: Elf32_Addrpub p_paddr: Elf32_Addrpub p_filesz: Elf32_Wordpub p_memsz: Elf32_Wordpub p_flags: Elf32_Wordpub p_align: Elf32_WordTrait Implementations
impl Clone for Elf32_Phdr
fn clone(&Self) -> Elf32_Phdrimpl Copy for Elf32_Phdrimpl Debug for Elf32_Phdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for Elf32_Phdrimpl Hash for Elf32_Phdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<Elf32_Phdr> for Elf32_Phdr
fn eq(&Self, other: &Elf32_Phdr) -> boolfn ne(&Self, other: &Elf32_Phdr) -> boolimpl StructuralEq for Elf32_Phdrimpl StructuralPartialEq for Elf32_PhdrAuto Trait Implementations
impl RefUnwindSafe for Elf32_Phdrimpl Send for Elf32_Phdrimpl Sync for Elf32_Phdrimpl Unpin for Elf32_Phdrimpl UnwindSafe for Elf32_PhdrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T