Enum libreda_sta::ConstraintClass
source · pub enum ConstraintClass {
Hold,
Setup,
}Expand description
Public exports. Type of a timing constraint.
Variants§
Hold
Signal must remain stable after the related event.
Setup
Signal must remain stable before the related event.
Trait Implementations§
source§impl Clone for ConstraintClass
impl Clone for ConstraintClass
source§fn clone(&self) -> ConstraintClass
fn clone(&self) -> ConstraintClass
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 ConstraintClass
impl Debug for ConstraintClass
source§impl Hash for ConstraintClass
impl Hash for ConstraintClass
source§impl PartialEq<ConstraintClass> for ConstraintClass
impl PartialEq<ConstraintClass> for ConstraintClass
source§fn eq(&self, other: &ConstraintClass) -> bool
fn eq(&self, other: &ConstraintClass) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ConstraintClass
impl Eq for ConstraintClass
impl StructuralEq for ConstraintClass
impl StructuralPartialEq for ConstraintClass
Auto Trait Implementations§
impl RefUnwindSafe for ConstraintClass
impl Send for ConstraintClass
impl Sync for ConstraintClass
impl Unpin for ConstraintClass
impl UnwindSafe for ConstraintClass
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.