Enum bitsy::testbench::TestbenchCommand
source · pub(crate) enum TestbenchCommand {
Cd(Option<Path>),
Watch(Watch),
Peek(Path),
Poke(Path, Value),
Set(Path, Value),
Clock,
Reset,
Show,
Run,
Debug,
}
Variants§
Cd(Option<Path>)
Watch(Watch)
Peek(Path)
Poke(Path, Value)
Set(Path, Value)
Clock
Reset
Show
Run
Debug
Trait Implementations§
source§impl Clone for TestbenchCommand
impl Clone for TestbenchCommand
source§fn clone(&self) -> TestbenchCommand
fn clone(&self) -> TestbenchCommand
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 TestbenchCommand
impl Send for TestbenchCommand
impl Sync for TestbenchCommand
impl Unpin for TestbenchCommand
impl UnwindSafe for TestbenchCommand
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