Struct elfloader::elf::ProgType [−][src]
pub struct ProgType(pub u32);
Represents ELF Program Header type
Trait Implementations
impl Copy for ProgType
[src]
impl Copy for ProgType
impl Clone for ProgType
[src]
impl Clone for ProgType
fn clone(&self) -> ProgType
[src]
fn clone(&self) -> ProgType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for ProgType
[src]
impl PartialEq for ProgType
fn eq(&self, other: &ProgType) -> bool
[src]
fn eq(&self, other: &ProgType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ProgType) -> bool
[src]
fn ne(&self, other: &ProgType) -> bool
This method tests for !=
.
impl Eq for ProgType
[src]
impl Eq for ProgType
impl Debug for ProgType
[src]
impl Debug for ProgType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for ProgType
[src]
impl Display for ProgType