Enum ocf::Arch [] [src]

pub enum Arch {
    X86,
    X86_64,
    ARM,
    ARM64,
    PowerPC64,
    PowerPC64LE,
}

Variants

X86
X86_64
ARM
ARM64
PowerPC64
PowerPC64LE

Trait Implementations

impl<'a> Into<&'static str> for &'a Arch

fn into(self) -> &'static str

impl Deserialize for Arch

fn deserialize<D: Deserializer>(d: &mut D) -> Result<Self, D::Error>

impl Serialize for Arch

fn serialize<S: Serializer>(&self, s: &mut S) -> Result<(), S::Error>

Derived Implementations

impl Eq for Arch

impl PartialEq for Arch

fn eq(&self, __arg_0: &Arch) -> bool

fn ne(&self, __arg_0: &Arch) -> bool

impl Debug for Arch

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

impl Clone for Arch

fn clone(&self) -> Arch

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

impl Copy for Arch