#[repr(C)]pub struct t_vpi_assertion_step_info {
pub matched_expression_count: PLI_INT32,
pub matched_exprs: *mut vpiHandle,
pub stateFrom: PLI_INT32,
pub stateTo: PLI_INT32,
}Fields§
§matched_expression_count: PLI_INT32§matched_exprs: *mut vpiHandle§stateFrom: PLI_INT32§stateTo: PLI_INT32Trait Implementations§
Source§impl Clone for t_vpi_assertion_step_info
impl Clone for t_vpi_assertion_step_info
Source§fn clone(&self) -> t_vpi_assertion_step_info
fn clone(&self) -> t_vpi_assertion_step_info
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for t_vpi_assertion_step_info
Auto Trait Implementations§
impl !Send for t_vpi_assertion_step_info
impl !Sync for t_vpi_assertion_step_info
impl Freeze for t_vpi_assertion_step_info
impl RefUnwindSafe for t_vpi_assertion_step_info
impl Unpin for t_vpi_assertion_step_info
impl UnsafeUnpin for t_vpi_assertion_step_info
impl UnwindSafe for t_vpi_assertion_step_info
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