Enum libreda_sta::StaMode
source · pub enum StaMode {
Early,
Late,
}Expand description
Analysis mode.
Hold: Check for hold violations.Setup: Check for setup violations.
Variants§
Early
Hold analysis mode. Find shortest paths. Early mode.
Late
Setup analysis mode. Find longest paths. Late mode.
Trait Implementations§
source§impl PartialEq<StaMode> for StaMode
impl PartialEq<StaMode> for StaMode
impl Copy for StaMode
impl Eq for StaMode
impl StructuralEq for StaMode
impl StructuralPartialEq for StaMode
Auto Trait Implementations§
impl RefUnwindSafe for StaMode
impl Send for StaMode
impl Sync for StaMode
impl Unpin for StaMode
impl UnwindSafe for StaMode
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.