pub enum SignalType {
Input,
Output,
Intermediate,
}Variants
Input
Output
Intermediate
Trait Implementations
sourceimpl Clone for SignalType
impl Clone for SignalType
sourcefn clone(&self) -> SignalType
fn clone(&self) -> SignalType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Display for SignalType
impl Display for SignalType
sourceimpl Hash for SignalType
impl Hash for SignalType
sourceimpl PartialEq<SignalType> for SignalType
impl PartialEq<SignalType> for SignalType
sourcefn 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 ==. Read more
impl Copy for SignalType
impl Eq for SignalType
impl StructuralEq for SignalType
impl StructuralPartialEq for SignalType
Auto Trait Implementations
impl RefUnwindSafe for SignalType
impl Send for SignalType
impl Sync for SignalType
impl Unpin for SignalType
impl UnwindSafe for SignalType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more