Enum xmas_elf::symbol_table::Binding [] [src]

pub enum Binding {
    Local,
    Global,
    Weak,
    OsSpecific(u8),
    ProcessorSpecific(u8),
}

Variants

Trait Implementations

impl Copy for Binding
[src]

impl Clone for Binding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Binding
[src]

Formats the value using the given formatter.

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