Enum xc2bit::XC2Speed [] [src]

pub enum XC2Speed {
    Speed4,
    Speed5,
    Speed6,
    Speed7,
    Speed10,
}

Possible speed grades

Variants

Trait Implementations

impl Copy for XC2Speed
[src]

impl Clone for XC2Speed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2Speed
[src]

impl PartialEq for XC2Speed
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for XC2Speed
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for XC2Speed
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2Speed

impl Sync for XC2Speed