Enum libwgetj::Arch
[−]
[src]
pub enum Arch {
I586,
X64,
}CPU Architecture
Variants
I58632-bit
X6464-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