#[repr(u32)]pub enum Control {
Stop = 66,
Finish = 67,
Reset = 68,
SetInteractiveScope = 69,
}Expand description
Simulator control operations for vpi_control.
Variants§
Stop = 66
Pause simulation execution.
Finish = 67
Terminate simulation.
Reset = 68
Reset simulator state.
SetInteractiveScope = 69
Set the interactive scope used by the simulator.
Trait Implementations§
impl Eq for Control
impl StructuralPartialEq for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnsafeUnpin for Control
impl UnwindSafe for Control
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