#[repr(C)]pub struct t_vpi_time {
pub type_: PLI_INT32,
pub high: PLI_UINT32,
pub low: PLI_UINT32,
pub real: f64,
}Expand description
time structure
Fields§
§type_: PLI_INT32§high: PLI_UINT32§low: PLI_UINT32§real: f64Trait Implementations§
Source§impl Clone for t_vpi_time
impl Clone for t_vpi_time
Source§fn clone(&self) -> t_vpi_time
fn clone(&self) -> t_vpi_time
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_time
impl Debug for t_vpi_time
impl Copy for t_vpi_time
Auto Trait Implementations§
impl Freeze for t_vpi_time
impl RefUnwindSafe for t_vpi_time
impl Send for t_vpi_time
impl Sync for t_vpi_time
impl Unpin for t_vpi_time
impl UnwindSafe for t_vpi_time
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