Struct rust_hdl::core::check_timing::SignalNode
source · pub struct SignalNode {
pub name: String,
pub kind: SignalNodeKind,
}
Fields§
§name: String
§kind: SignalNodeKind
Trait Implementations§
source§impl Clone for SignalNode
impl Clone for SignalNode
source§fn clone(&self) -> SignalNode
fn clone(&self) -> SignalNode
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 more