pub struct SimulatorInfo {
pub arguments: Vec<String>,
pub version: String,
pub product: String,
}Expand description
Simulator metadata reported by vpi_get_vlog_info.
Fields§
§arguments: Vec<String>Command-line arguments used to start the simulator.
version: StringSimulator version string.
product: StringSimulator product name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimulatorInfo
impl RefUnwindSafe for SimulatorInfo
impl Send for SimulatorInfo
impl Sync for SimulatorInfo
impl Unpin for SimulatorInfo
impl UnsafeUnpin for SimulatorInfo
impl UnwindSafe for SimulatorInfo
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