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

Methods

impl ProgramHeader32
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for ProgramHeader32
[src]

impl Clone for ProgramHeader32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProgramHeader32
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ProgramHeader32
[src]

[src]

Returns the "default value" for a type. Read more

impl Pod for ProgramHeader32
[src]

impl Display for ProgramHeader32
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations