Struct calyx_frontend::ast::Group
source · [−]pub struct Group {
pub name: Id,
pub wires: Vec<Wire>,
pub attributes: Attributes,
pub is_comb: bool,
}
Fields
name: Id
wires: Vec<Wire>
attributes: Attributes
is_comb: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Group
impl Send for Group
impl Sync for Group
impl Unpin for Group
impl UnwindSafe for Group
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more