Enum rust_hdl::core::check_timing::SignalNodeKind
source · [−]pub enum SignalNodeKind {
Normal,
Bidirectional,
Source,
Sink,
}
Variants
Normal
Bidirectional
Source
Sink
Trait Implementations
sourceimpl Clone for SignalNodeKind
impl Clone for SignalNodeKind
sourcefn clone(&self) -> SignalNodeKind
fn clone(&self) -> SignalNodeKind
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 Debug for SignalNodeKind
impl Debug for SignalNodeKind
sourceimpl PartialEq<SignalNodeKind> for SignalNodeKind
impl PartialEq<SignalNodeKind> for SignalNodeKind
sourcefn eq(&self, other: &SignalNodeKind) -> bool
fn eq(&self, other: &SignalNodeKind) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for SignalNodeKind
impl StructuralPartialEq for SignalNodeKind
Auto Trait Implementations
impl RefUnwindSafe for SignalNodeKind
impl Send for SignalNodeKind
impl Sync for SignalNodeKind
impl Unpin for SignalNodeKind
impl UnwindSafe for SignalNodeKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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