Enum bitsy_lang::TbStatement
source · pub enum TbStatement {
Debug,
Reset,
Clock,
ModInst(String, Arc<Component>),
}
Expand description
A statement which appears in a testbench
Variants§
Trait Implementations§
source§impl Clone for TbStatement
impl Clone for TbStatement
source§fn clone(&self) -> TbStatement
fn clone(&self) -> TbStatement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for TbStatement
impl Send for TbStatement
impl Sync for TbStatement
impl Unpin for TbStatement
impl UnwindSafe for TbStatement
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