Enum libreda_sta::timing_graph::GraphEdgeType
source · pub(crate) enum GraphEdgeType {
Delay,
Constraint,
Virtual,
}Variants§
Implementations§
source§impl GraphEdgeType
impl GraphEdgeType
pub fn is_delay_arc(&self) -> bool
pub fn is_constraint_arc(&self) -> bool
Trait Implementations§
source§impl Clone for GraphEdgeType
impl Clone for GraphEdgeType
source§fn clone(&self) -> GraphEdgeType
fn clone(&self) -> GraphEdgeType
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 GraphEdgeType
impl Debug for GraphEdgeType
source§impl PartialEq<GraphEdgeType> for GraphEdgeType
impl PartialEq<GraphEdgeType> for GraphEdgeType
source§fn eq(&self, other: &GraphEdgeType) -> bool
fn eq(&self, other: &GraphEdgeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for GraphEdgeType
impl Eq for GraphEdgeType
impl StructuralEq for GraphEdgeType
impl StructuralPartialEq for GraphEdgeType
Auto Trait Implementations§
impl RefUnwindSafe for GraphEdgeType
impl Send for GraphEdgeType
impl Sync for GraphEdgeType
impl Unpin for GraphEdgeType
impl UnwindSafe for GraphEdgeType
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.