Struct xc2bit::XC2ExtraIBuf [] [src]

pub struct XC2ExtraIBuf {
    pub schmitt_trigger: bool,
    pub termination_enabled: bool,
}

Represents the one additional special input-only pin on 32-macrocell devices.

Fields

Methods

impl XC2ExtraIBuf
[src]

[src]

impl XC2ExtraIBuf
[src]

[src]

impl XC2ExtraIBuf
[src]

[src]

impl XC2ExtraIBuf
[src]

[src]

impl XC2ExtraIBuf
[src]

[src]

Dump a human-readable explanation of the settings for this pin to the given writer object.

Trait Implementations

impl Copy for XC2ExtraIBuf
[src]

impl Clone for XC2ExtraIBuf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for XC2ExtraIBuf
[src]

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

[src]

Formats the value using the given formatter. Read more

impl Default for XC2ExtraIBuf
[src]

[src]

Returns a "default" pin configuration.

Auto Trait Implementations

impl Send for XC2ExtraIBuf

impl Sync for XC2ExtraIBuf