Struct elfloader32::elf::ProgType [] [src]

pub struct ProgType(pub u32);

Represents ELF Program Header type

Trait Implementations

impl Copy for ProgType
[src]

impl Clone for ProgType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProgType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ProgType
[src]

Formats the value using the given formatter.

impl Display for ProgType
[src]

Formats the value using the given formatter. Read more