Struct tydi_hir::net::Wire [−][src]
pub struct Wire {
pub identifier: Id<Identifier>,
pub typ: Id<Type>,
}Expand description
A wire inside a component.
Fields
identifier: Id<Identifier>The identifier of the wire.
typ: Id<Type>The type of the wire.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Wire
impl UnwindSafe for Wire
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
