Struct libreda_sta::Constraint
source · pub(crate) struct Constraint<PinId> {
pub(crate) related_pin: PinId,
pub(crate) time: f64,
}Fields§
Pin from where the constraint is imposed.
time: f64Setup or hold time.
Trait Implementations§
source§impl<PinId: Clone> Clone for Constraint<PinId>
impl<PinId: Clone> Clone for Constraint<PinId>
source§fn clone(&self) -> Constraint<PinId>
fn clone(&self) -> Constraint<PinId>
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