[][src]Struct sdc_parser::sdc::SetOutputDelay

pub struct SetOutputDelay {
    pub clock: Option<Object>,
    pub reference_pin: Option<Object>,
    pub clock_fall: bool,
    pub level_sensitive: bool,
    pub rise: bool,
    pub fall: bool,
    pub max: bool,
    pub min: bool,
    pub add_delay: bool,
    pub network_latency_included: bool,
    pub source_latency_included: bool,
    pub delay_value: f64,
    pub port_pin_list: Object,
}

A type containing information of set_output_delay

Fields

clock: Option<Object>reference_pin: Option<Object>clock_fall: boollevel_sensitive: boolrise: boolfall: boolmax: boolmin: booladd_delay: boolnetwork_latency_included: boolsource_latency_included: booldelay_value: f64port_pin_list: Object

Trait Implementations

impl PartialEq<SetOutputDelay> for SetOutputDelay[src]

impl Default for SetOutputDelay[src]

impl Clone for SetOutputDelay[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for SetOutputDelay[src]

impl Debug for SetOutputDelay[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

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

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.

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

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

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