Struct tydi_hir::net::Connection [−][src]
Expand description
A connection between two nets.
Fields
source: Id<Net>The sourcing net.
sink: Id<Net>The sinking net.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Connection
impl Send for Connection
impl Sync for Connection
impl Unpin for Connection
impl UnwindSafe for Connection
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
