pub enum SignalType {
Input,
Output,
Intermediate,
}Variants§
Trait Implementations§
source§impl Clone for SignalType
impl Clone for SignalType
source§fn clone(&self) -> SignalType
fn clone(&self) -> SignalType
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 Display for SignalType
impl Display for SignalType
source§impl Hash for SignalType
impl Hash for SignalType
source§impl PartialEq<SignalType> for SignalType
impl PartialEq<SignalType> for SignalType
source§fn eq(&self, other: &SignalType) -> bool
fn eq(&self, other: &SignalType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.