#[repr(C)]pub struct vhpiValueS {
pub format: vhpiFormatT,
pub bufSize: usize,
pub numElems: i32,
pub unit: vhpiPhysT,
pub value: vhpiValueS__bindgen_ty_1,
}Fields§
§format: vhpiFormatT§bufSize: usize§numElems: i32§unit: vhpiPhysT§value: vhpiValueS__bindgen_ty_1Trait Implementations§
Source§impl Clone for vhpiValueS
impl Clone for vhpiValueS
Source§fn clone(&self) -> vhpiValueS
fn clone(&self) -> vhpiValueS
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 vhpiValueS
Auto Trait Implementations§
impl !Send for vhpiValueS
impl !Sync for vhpiValueS
impl Freeze for vhpiValueS
impl RefUnwindSafe for vhpiValueS
impl Unpin for vhpiValueS
impl UnsafeUnpin for vhpiValueS
impl UnwindSafe for vhpiValueS
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