Struct xmas_elf::program::ProgramHeader64 [] [src]

#[repr(C)]
pub struct ProgramHeader64 { pub type_: Type_, pub flags: Flags, pub offset: u64, pub virtual_addr: u64, pub physical_addr: u64, pub file_size: u64, pub mem_size: u64, pub align: u64, }

Fields

Methods

impl ProgramHeader64
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for ProgramHeader64
[src]

impl Clone for ProgramHeader64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProgramHeader64
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ProgramHeader64
[src]

[src]

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

impl Pod for ProgramHeader64
[src]

impl Display for ProgramHeader64
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations