Enum libwgetj::Arch [] [src]

pub enum Arch {
    I586,
    X64,
}

CPU Architecture

Variants

32-bit

64-bit

Trait Implementations

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arch
[src]

impl Display for Arch
[src]

Formats the value using the given formatter.