Enum xc2bit::XC2MCRegMode [] [src]

pub enum XC2MCRegMode {
    DFF,
    LATCH,
    TFF,
    DFFCE,
}

Mode of the register in a macrocell.

Variants

D-type flip-flop

Transparent latch

Toggle flip-flop

D-type flip-flop with clock-enable pin

Methods

impl XC2MCRegMode
[src]

[src]

impl XC2MCRegMode
[src]

[src]

Trait Implementations

impl Copy for XC2MCRegMode
[src]

impl Clone for XC2MCRegMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2MCRegMode
[src]

impl PartialEq for XC2MCRegMode
[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 Hash for XC2MCRegMode
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for XC2MCRegMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2MCRegMode

impl Sync for XC2MCRegMode