Struct xc2bit::XC2DeviceSpeedPackage [] [src]

pub struct XC2DeviceSpeedPackage {
    pub dev: XC2Device,
    pub spd: XC2Speed,
    pub pkg: XC2Package,
}

Device type, speed grade, and package all in one struct

Fields

Methods

impl XC2DeviceSpeedPackage
[src]

[src]

Parses the given string in -- format and returns the parsed result if it is a legal combination. Returns None if the part name string does not represent a valid device.

Trait Implementations

impl Copy for XC2DeviceSpeedPackage
[src]

impl Clone for XC2DeviceSpeedPackage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2DeviceSpeedPackage
[src]

impl PartialEq for XC2DeviceSpeedPackage
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for XC2DeviceSpeedPackage
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations