Enum xc2bit::XC2Package [] [src]

pub enum XC2Package {
    PC44,
    QFG32,
    VQ44,
    QFG48,
    CP56,
    VQ100,
    CP132,
    TQ144,
    PQ208,
    FT256,
    FG324,
}

Possible physical packages

Variants

Trait Implementations

impl Copy for XC2Package
[src]

impl Clone for XC2Package
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2Package
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Display for XC2Package
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2Package

impl Sync for XC2Package