Enum xc2bit::XC2Device [] [src]

pub enum XC2Device {
    XC2C32,
    XC2C32A,
    XC2C64,
    XC2C64A,
    XC2C128,
    XC2C256,
    XC2C384,
    XC2C512,
}

Coolrunner-II devices

Variants

Methods

impl XC2Device
[src]

[src]

Returns the number of function blocks for the device type

[src]

Returns the number of I/O pins for the device type

[src]

[src]

Trait Implementations

impl Copy for XC2Device
[src]

impl Clone for XC2Device
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2Device
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Display for XC2Device
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XC2Device

impl Sync for XC2Device