Enum libwgetj::Arch [] [src]

pub enum Arch {
    I586,
    X64,
}

CPU Architecture

Variants

I586

32-bit

X64

64-bit

Trait Implementations

impl Copy for Arch
[src]

impl Clone for Arch
[src]

fn clone(&self) -> Arch

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Display for Arch
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.