Struct elfloader::elf::SymbolType[][src]

pub struct SymbolType(pub u8);

Trait Implementations

impl Copy for SymbolType
[src]

impl Clone for SymbolType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SymbolType
[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 SymbolType
[src]

impl Display for SymbolType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SymbolType

impl Sync for SymbolType