#[repr(C)]pub struct t_vpi_strengthval {
pub logic: PLI_INT32,
pub s0: PLI_INT32,
pub s1: PLI_INT32,
}Fields§
§logic: PLI_INT32§s0: PLI_INT32§s1: PLI_INT32Trait Implementations§
Source§impl Clone for t_vpi_strengthval
impl Clone for t_vpi_strengthval
Source§fn clone(&self) -> t_vpi_strengthval
fn clone(&self) -> t_vpi_strengthval
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_strengthval
impl Debug for t_vpi_strengthval
impl Copy for t_vpi_strengthval
Auto Trait Implementations§
impl Freeze for t_vpi_strengthval
impl RefUnwindSafe for t_vpi_strengthval
impl Send for t_vpi_strengthval
impl Sync for t_vpi_strengthval
impl Unpin for t_vpi_strengthval
impl UnwindSafe for t_vpi_strengthval
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