Enum udi::protocol::Architecture[][src]

#[repr(C)]
pub enum Architecture { X86, X86_64, }

Variants

Trait Implementations

impl Clone for Architecture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Architecture
[src]

impl Debug for Architecture
[src]

Formats the value using the given formatter. Read more

impl Eq for Architecture
[src]

impl PartialEq for Architecture
[src]

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

This method tests for !=.

impl Serialize for Architecture
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Architecture
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations