#[repr(C)]pub struct t_vpi_vecval {
pub aval: u32,
pub bval: u32,
}
Fields§
§aval: u32
§bval: u32
Trait 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 · 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_vecval
impl Debug for t_vpi_vecval
impl 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 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