#[repr(C)]pub struct t_vpi_vecval {
pub aval: PLI_INT32,
pub bval: PLI_INT32,
}Fields§
§aval: PLI_INT32§bval: PLI_INT32Trait Implementations§
Source§impl Clone for t_vpi_vecval
impl Clone for t_vpi_vecval
Source§fn clone(&self) -> t_vpi_vecval
fn clone(&self) -> t_vpi_vecval
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_vecval
Auto Trait Implementations§
impl Freeze for t_vpi_vecval
impl RefUnwindSafe for t_vpi_vecval
impl Send for t_vpi_vecval
impl Sync for t_vpi_vecval
impl Unpin for t_vpi_vecval
impl UnsafeUnpin for t_vpi_vecval
impl UnwindSafe for t_vpi_vecval
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