Struct xc2par::InputGraphReg[][src]

pub struct InputGraphReg {
    pub mode: XC2MCRegMode,
    pub clkinv: bool,
    pub clkddr: bool,
    pub init_state: bool,
    pub set_input: Option<InputGraphRegRSType>,
    pub reset_input: Option<InputGraphRegRSType>,
    pub ce_input: Option<ObjPoolIndex<InputGraphPTerm>>,
    pub dt_input: InputGraphRegInputType,
    pub clk_input: InputGraphRegClockType,
}

Fields

Trait Implementations

impl Clone for InputGraphReg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputGraphReg
[src]

Formats the value using the given formatter. Read more

impl PartialEq for InputGraphReg
[src]

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

This method tests for !=.

impl Eq for InputGraphReg
[src]

impl Hash for InputGraphReg
[src]

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

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

Auto Trait Implementations