Enum xmas_elf::header::Data [] [src]

pub enum Data {
    None,
    LittleEndian,
    BigEndian,
    Other(u8),
}

Variants

Methods

impl Data
[src]

[src]

Trait Implementations

impl Copy for Data
[src]

impl Clone for Data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Data
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Data

impl Sync for Data