Enum xmas_elf::header::Class [] [src]

pub enum Class {
    None,
    ThirtyTwo,
    SixtyFour,
    Other(u8),
}

Variants

Methods

impl Class
[src]

Trait Implementations

impl Copy for Class
[src]

impl Clone for Class
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Class
[src]

Formats the value using the given formatter.

impl Eq for Class
[src]

impl PartialEq for Class
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.