Struct calyx_frontend::ast::StaticGuard
source · pub struct StaticGuard {
pub guard: Option<StaticGuardExpr>,
pub expr: Atom,
}
Expand description
Guards expr
using the optional guard condition guard
.
Fields§
§guard: Option<StaticGuardExpr>
§expr: Atom
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StaticGuard
impl Send for StaticGuard
impl Sync for StaticGuard
impl Unpin for StaticGuard
impl UnwindSafe for StaticGuard
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