Enum elrond::Elf_VarWord [] [src]

pub enum Elf_VarWord {
    Bits32(u32),
    Bits64(u64),
}

Variants

Trait Implementations

impl Debug for Elf_VarWord
[src]

Formats the value using the given formatter.

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

impl Clone for Elf_VarWord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Elf_VarWord
[src]

impl Into<usize> for Elf_VarWord
[src]

Performs the conversion.

impl From<usize> for Elf_VarWord
[src]

Performs the conversion.

impl Into<u32> for Elf_VarWord
[src]

Performs the conversion.

impl From<u32> for Elf_VarWord
[src]

Performs the conversion.

impl Into<u64> for Elf_VarWord
[src]

Performs the conversion.

impl From<u64> for Elf_VarWord
[src]

Performs the conversion.