Enum elrond::Elf_Off [] [src]

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

Variants

Trait Implementations

impl Debug for Elf_Off
[src]

Formats the value using the given formatter.

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

impl Clone for Elf_Off
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Elf_Off
[src]

impl Into<usize> for Elf_Off
[src]

Performs the conversion.

impl From<usize> for Elf_Off
[src]

Performs the conversion.

impl Into<u32> for Elf_Off
[src]

Performs the conversion.

impl From<u32> for Elf_Off
[src]

Performs the conversion.

impl Into<u64> for Elf_Off
[src]

Performs the conversion.

impl From<u64> for Elf_Off
[src]

Performs the conversion.