Enum elf_rs::ProgramType [−][src]
pub enum ProgramType {
NULL,
LOAD,
DYNAMIC,
INTERP,
NOTE,
SHLIB,
PHDR,
OsSpecific(u32),
ProcessorSpecific(u32),
Unknown(u32),
}Variants
NULL
LOAD
DYNAMIC
INTERP
NOTE
SHLIB
PHDR
OsSpecific(u32)
Tuple Fields
0: u32ProcessorSpecific(u32)
Tuple Fields
0: u32Unknown(u32)
Tuple Fields
0: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
