Struct bitsy_lang::Wire
source · pub struct Wire(pub Span, pub Path, pub Arc<Expr>, pub WireType);
Expand description
Wire
s drive the value of port, node, or register.
Tuple Fields§
§0: Span
§1: Path
§2: Arc<Expr>
§3: WireType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Wire
impl Send for Wire
impl Sync for Wire
impl Unpin for Wire
impl UnwindSafe for Wire
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more