Struct calyx_frontend::ast::StaticWire
source · pub struct StaticWire {
pub src: StaticGuard,
pub dest: Port,
pub attributes: Attributes,
}
Expand description
Data for the ->
structure statement.
Fields§
§src: StaticGuard
Source of the wire.
dest: Port
Guarded destinations of the wire.
attributes: Attributes
Attributes for this assignment
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StaticWire
impl Send for StaticWire
impl Sync for StaticWire
impl Unpin for StaticWire
impl UnwindSafe for StaticWire
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