Struct bitsy_lang::TbDef 
source · pub struct TbDef {
    pub span: Span,
    pub name: String,
    pub statements: Vec<TbStatement>,
}Expand description
A user-defined tb testbench.
Fields§
§span: Span§name: String§statements: Vec<TbStatement>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TbDef
impl Send for TbDef
impl Sync for TbDef
impl Unpin for TbDef
impl UnwindSafe for TbDef
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