#[repr(C)]
pub union _wireVARIANT__bindgen_ty_1 {
Show 44 fields
pub llVal: LONGLONG,
pub lVal: LONG,
pub bVal: BYTE,
pub iVal: SHORT,
pub fltVal: FLOAT,
pub dblVal: DOUBLE,
pub boolVal: VARIANT_BOOL,
pub scode: SCODE,
pub cyVal: CY,
pub date: DATE,
pub bstrVal: wireBSTR,
pub punkVal: *mut IUnknown,
pub pdispVal: *mut IDispatch,
pub parray: wirePSAFEARRAY,
pub brecVal: wireBRECORD,
pub pbVal: *mut BYTE,
pub piVal: *mut SHORT,
pub plVal: *mut LONG,
pub pllVal: *mut LONGLONG,
pub pfltVal: *mut FLOAT,
pub pdblVal: *mut DOUBLE,
pub pboolVal: *mut VARIANT_BOOL,
pub pscode: *mut SCODE,
pub pcyVal: *mut CY,
pub pdate: *mut DATE,
pub pbstrVal: *mut wireBSTR,
pub ppunkVal: *mut *mut IUnknown,
pub ppdispVal: *mut *mut IDispatch,
pub pparray: *mut wirePSAFEARRAY,
pub pvarVal: *mut wireVARIANT,
pub cVal: CHAR,
pub uiVal: USHORT,
pub ulVal: ULONG,
pub ullVal: ULONGLONG,
pub intVal: INT,
pub uintVal: UINT,
pub decVal: DECIMAL,
pub pdecVal: *mut DECIMAL,
pub pcVal: *mut CHAR,
pub puiVal: *mut USHORT,
pub pulVal: *mut ULONG,
pub pullVal: *mut ULONGLONG,
pub pintVal: *mut INT,
pub puintVal: *mut UINT,
}
Fields§
§llVal: LONGLONG
§lVal: LONG
§bVal: BYTE
§iVal: SHORT
§fltVal: FLOAT
§dblVal: DOUBLE
§boolVal: VARIANT_BOOL
§scode: SCODE
§cyVal: CY
§date: DATE
§bstrVal: wireBSTR
§punkVal: *mut IUnknown
§pdispVal: *mut IDispatch
§parray: wirePSAFEARRAY
§brecVal: wireBRECORD
§pbVal: *mut BYTE
§piVal: *mut SHORT
§plVal: *mut LONG
§pllVal: *mut LONGLONG
§pfltVal: *mut FLOAT
§pdblVal: *mut DOUBLE
§pboolVal: *mut VARIANT_BOOL
§pscode: *mut SCODE
§pcyVal: *mut CY
§pdate: *mut DATE
§pbstrVal: *mut wireBSTR
§ppunkVal: *mut *mut IUnknown
§ppdispVal: *mut *mut IDispatch
§pparray: *mut wirePSAFEARRAY
§pvarVal: *mut wireVARIANT
§cVal: CHAR
§uiVal: USHORT
§ulVal: ULONG
§ullVal: ULONGLONG
§intVal: INT
§uintVal: UINT
§decVal: DECIMAL
§pdecVal: *mut DECIMAL
§pcVal: *mut CHAR
§puiVal: *mut USHORT
§pulVal: *mut ULONG
§pullVal: *mut ULONGLONG
§pintVal: *mut INT
§puintVal: *mut UINT
Trait Implementations§
Source§impl Clone for _wireVARIANT__bindgen_ty_1
impl Clone for _wireVARIANT__bindgen_ty_1
Source§fn clone(&self) -> _wireVARIANT__bindgen_ty_1
fn clone(&self) -> _wireVARIANT__bindgen_ty_1
Returns a copy 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 moreimpl Copy for _wireVARIANT__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _wireVARIANT__bindgen_ty_1
impl RefUnwindSafe for _wireVARIANT__bindgen_ty_1
impl !Send for _wireVARIANT__bindgen_ty_1
impl !Sync for _wireVARIANT__bindgen_ty_1
impl Unpin for _wireVARIANT__bindgen_ty_1
impl UnwindSafe for _wireVARIANT__bindgen_ty_1
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