Enum multiboot2::ElfSectionType[][src]

#[repr(u32)]
pub enum ElfSectionType { Unused, ProgramSection, LinkerSymbolTable, StringTable, RelaRelocation, SymbolHashTable, DynamicLinkingTable, Note, Uninitialized, RelRelocation, Reserved, DynamicLoaderSymbolTable, EnvironmentSpecific, ProcessorSpecific, }

Variants

Trait Implementations

impl PartialEq for ElfSectionType
[src]

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

This method tests for !=.

impl Eq for ElfSectionType
[src]

impl Debug for ElfSectionType
[src]

Formats the value using the given formatter. Read more

impl Copy for ElfSectionType
[src]

impl Clone for ElfSectionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations