#[repr(C)]pub struct t_vpi_delay {
pub da: *mut t_vpi_time,
pub no_of_delays: PLI_INT32,
pub time_type: PLI_INT32,
pub mtm_flag: PLI_INT32,
pub append_flag: PLI_INT32,
pub pulsere_flag: PLI_INT32,
}Expand description
delay structures
Fields§
§da: *mut t_vpi_time§no_of_delays: PLI_INT32§time_type: PLI_INT32§mtm_flag: PLI_INT32§append_flag: PLI_INT32§pulsere_flag: PLI_INT32Trait Implementations§
Source§impl Clone for t_vpi_delay
impl Clone for t_vpi_delay
Source§fn clone(&self) -> t_vpi_delay
fn clone(&self) -> t_vpi_delay
Returns a duplicate 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 moreSource§impl Debug for t_vpi_delay
impl Debug for t_vpi_delay
impl Copy for t_vpi_delay
Auto Trait Implementations§
impl Freeze for t_vpi_delay
impl RefUnwindSafe for t_vpi_delay
impl !Send for t_vpi_delay
impl !Sync for t_vpi_delay
impl Unpin for t_vpi_delay
impl UnwindSafe for t_vpi_delay
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