Struct libreda_sta::liberty_library::ConstraintArc
source · pub struct ConstraintArc {
pub rise_constraint: Option<Interp<Time, Time, Time>>,
pub fall_constraint: Option<Interp<Time, Time, Time>>,
}Expand description
Setup and hold constraints.
Fields§
§rise_constraint: Option<Interp<Time, Time, Time>>Constraint for rising edges of the constrained signal.
fall_constraint: Option<Interp<Time, Time, Time>>Constraint for falling edges of the constrained signal.
Trait Implementations§
source§impl Clone for ConstraintArc
impl Clone for ConstraintArc
source§fn clone(&self) -> ConstraintArc
fn clone(&self) -> ConstraintArc
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConstraintArc
impl Debug for ConstraintArc
source§impl Default for ConstraintArc
impl Default for ConstraintArc
source§fn default() -> ConstraintArc
fn default() -> ConstraintArc
Returns the “default value” for a type. Read more