Union _wireVARIANT__bindgen_ty_1

Source
#[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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Copy for _wireVARIANT__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.