Struct xmas_elf::program::ProgramHeader32 [−][src]
#[repr(C)]pub struct ProgramHeader32 { pub type_: Type_, pub offset: u32, pub virtual_addr: u32, pub physical_addr: u32, pub file_size: u32, pub mem_size: u32, pub flags: Flags, pub align: u32, }
Fields
type_: Type_offset: u32virtual_addr: u32physical_addr: u32file_size: u32mem_size: u32flags: Flagsalign: u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more