Struct rust_hdl::core::check_timing::SignalNode
source · [−]pub struct SignalNode {
pub name: String,
pub kind: SignalNodeKind,
}
Fields
name: String
kind: SignalNodeKind
Trait Implementations
sourceimpl Clone for SignalNode
impl Clone for SignalNode
sourcefn clone(&self) -> SignalNode
fn clone(&self) -> SignalNode
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 SignalNode
impl Debug for SignalNode
sourceimpl PartialEq<SignalNode> for SignalNode
impl PartialEq<SignalNode> for SignalNode
sourcefn eq(&self, other: &SignalNode) -> bool
fn eq(&self, other: &SignalNode) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignalNode) -> bool
fn ne(&self, other: &SignalNode) -> bool
This method tests for !=
.
impl StructuralPartialEq for SignalNode
Auto Trait Implementations
impl RefUnwindSafe for SignalNode
impl Send for SignalNode
impl Sync for SignalNode
impl Unpin for SignalNode
impl UnwindSafe for SignalNode
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