Struct bitsy_lang::ast::When
source · pub struct When(pub Span, pub Box<Expr>, pub Vec<Wire>);
Expand description
A When
statement drives procedural logic.
Tuple Fields§
§0: Span
§1: Box<Expr>
§2: Vec<Wire>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for When
impl Send for When
impl Sync for When
impl Unpin for When
impl UnwindSafe for When
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