Struct libreda_sta::models::ndlm_cell_delay::NDLMConstraint
source · pub struct NDLMConstraint {
setup_time: Option<Time>,
hold_time: Option<Time>,
}Expand description
Constraint between a related pin and a constrained pin.
Fields§
§setup_time: Option<Time>§hold_time: Option<Time>Trait Implementations§
source§impl Clone for NDLMConstraint
impl Clone for NDLMConstraint
source§fn clone(&self) -> NDLMConstraint
fn clone(&self) -> NDLMConstraint
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 more