Struct bitsy_lang::When
source · pub struct When(pub Arc<Expr>, pub Vec<Wire>);Tuple Fields§
§0: Arc<Expr>§1: 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