Enum libreda_sta::models::ndlm_cell_delay::RiseFall
source · pub enum RiseFall {
Rise,
Fall,
}Expand description
Index type for selecting edge types.
Variants§
Trait Implementations§
source§impl Into<EdgePolarity> for RiseFall
impl Into<EdgePolarity> for RiseFall
source§fn into(self) -> EdgePolarity
fn into(self) -> EdgePolarity
Converts this type into the (usually inferred) input type.
source§impl PartialEq<RiseFall> for RiseFall
impl PartialEq<RiseFall> for RiseFall
impl Copy for RiseFall
impl Eq for RiseFall
impl StructuralEq for RiseFall
impl StructuralPartialEq for RiseFall
Auto Trait Implementations§
impl RefUnwindSafe for RiseFall
impl Send for RiseFall
impl Sync for RiseFall
impl Unpin for RiseFall
impl UnwindSafe for RiseFall
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.