[][src]Struct xc2par::InputGraphReg

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

mode: XC2MCRegModeclkinv: boolclkddr: boolinit_state: boolset_input: Option<InputGraphRegRSType>reset_input: Option<InputGraphRegRSType>ce_input: Option<ObjPoolIndex<InputGraphPTerm>>dt_input: InputGraphRegInputTypeclk_input: InputGraphRegClockType

Trait Implementations

impl Clone for InputGraphReg[src]

impl Debug for InputGraphReg[src]

impl<'de> Deserialize<'de> for InputGraphReg[src]

impl Eq for InputGraphReg[src]

impl Hash for InputGraphReg[src]

impl PartialEq<InputGraphReg> for InputGraphReg[src]

impl Serialize for InputGraphReg[src]

impl StructuralEq for InputGraphReg[src]

impl StructuralPartialEq for InputGraphReg[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.