pub struct Wire(pub Loc, pub Target, pub Box<Expr>, pub WireType);Expand description
Wires drive the value of port, node, or register.
Tuple Fields§
§0: Loc§1: Target§2: Box<Expr>§3: WireTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Wire
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