Struct libreda_sta::ConstraintArcType
source · pub struct ConstraintArcType {
pub constraint_class: ConstraintClass,
pub polarity: SignalTransition,
}Expand description
Public exports. Type of a constraint arc.
Fields§
§constraint_class: ConstraintClassSetup or hold.
polarity: SignalTransitionPolarity of the related signal edge.
Trait Implementations§
source§impl Clone for ConstraintArcType
impl Clone for ConstraintArcType
source§fn clone(&self) -> ConstraintArcType
fn clone(&self) -> ConstraintArcType
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 ConstraintArcType
impl Debug for ConstraintArcType
source§impl Hash for ConstraintArcType
impl Hash for ConstraintArcType
source§impl PartialEq<ConstraintArcType> for ConstraintArcType
impl PartialEq<ConstraintArcType> for ConstraintArcType
source§fn eq(&self, other: &ConstraintArcType) -> bool
fn eq(&self, other: &ConstraintArcType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ConstraintArcType
impl Eq for ConstraintArcType
impl StructuralEq for ConstraintArcType
impl StructuralPartialEq for ConstraintArcType
Auto Trait Implementations§
impl RefUnwindSafe for ConstraintArcType
impl Send for ConstraintArcType
impl Sync for ConstraintArcType
impl Unpin for ConstraintArcType
impl UnwindSafe for ConstraintArcType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.