Enum cupid::TopologyType[][src]

#[repr(u8)]
pub enum TopologyType { Invalid, SMT, Core, }

Variants

Trait Implementations

impl Copy for TopologyType
[src]

impl Clone for TopologyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TopologyType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TopologyType
[src]

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

This method tests for !=.

Auto Trait Implementations