Union wasapi::Windows::Win32::Storage::StructuredStorage::PROPVARIANT_0_0_0 [−][src]
#[repr(C)] pub union PROPVARIANT_0_0_0 {}Show fields
pub cVal: CHAR, pub bVal: u8, pub iVal: i16, pub uiVal: u16, pub lVal: i32, pub ulVal: u32, pub intVal: i32, pub uintVal: u32, pub hVal: i64, pub uhVal: u64, pub fltVal: f32, pub dblVal: f64, pub boolVal: i16, pub __OBSOLETE__VARIANT_BOOL: i16, pub scode: i32, pub cyVal: CY, pub date: f64, pub filetime: FILETIME, pub puuid: *mut Guid, pub pclipdata: *mut CLIPDATA, pub bstrVal: BSTR_abi, pub bstrblobVal: BSTRBLOB, pub blob: BLOB, pub pszVal: PSTR, pub pwszVal: PWSTR, pub punkVal: RawPtr, pub pdispVal: RawPtr, pub pStream: RawPtr, pub pStorage: RawPtr, pub pVersionedStream: *mut VERSIONEDSTREAM_abi, pub parray: *mut SAFEARRAY, pub cac: CAC, pub caub: CAUB, pub cai: CAI, pub caui: CAUI, pub cal: CAL, pub caul: CAUL, pub cah: CAH, pub cauh: CAUH, pub caflt: CAFLT, pub cadbl: CADBL, pub cabool: CABOOL, pub cascode: CASCODE, pub cacy: CACY, pub cadate: CADATE, pub cafiletime: CAFILETIME, pub cauuid: CACLSID, pub caclipdata: CACLIPDATA, pub cabstr: CABSTR, pub cabstrblob: CABSTRBLOB, pub calpstr: CALPSTR, pub calpwstr: CALPWSTR, pub capropvar: CAPROPVARIANT, pub pcVal: PSTR, pub pbVal: *mut u8, pub piVal: *mut i16, pub puiVal: *mut u16, pub plVal: *mut i32, pub pulVal: *mut u32, pub pintVal: *mut i32, pub puintVal: *mut u32, pub pfltVal: *mut f32, pub pdblVal: *mut f64, pub pboolVal: *mut i16, pub pdecVal: *mut DECIMAL, pub pscode: *mut i32, pub pcyVal: *mut CY, pub pdate: *mut f64, pub pbstrVal: *mut BSTR_abi, pub ppunkVal: *mut RawPtr, pub ppdispVal: *mut RawPtr, pub pparray: *mut *mut SAFEARRAY, pub pvarVal: *mut PROPVARIANT_abi,
Fields
cVal: CHAR
bVal: u8
iVal: i16
uiVal: u16
lVal: i32
ulVal: u32
intVal: i32
uintVal: u32
hVal: i64
uhVal: u64
fltVal: f32
dblVal: f64
boolVal: i16
__OBSOLETE__VARIANT_BOOL: i16
scode: i32
cyVal: CY
date: f64
filetime: FILETIME
puuid: *mut Guid
pclipdata: *mut CLIPDATA
bstrVal: BSTR_abi
bstrblobVal: BSTRBLOB
blob: BLOB
pszVal: PSTR
pwszVal: PWSTR
punkVal: RawPtr
pdispVal: RawPtr
pStream: RawPtr
pStorage: RawPtr
pVersionedStream: *mut VERSIONEDSTREAM_abi
parray: *mut SAFEARRAY
cac: CAC
caub: CAUB
cai: CAI
caui: CAUI
cal: CAL
caul: CAUL
cah: CAH
cauh: CAUH
caflt: CAFLT
cadbl: CADBL
cabool: CABOOL
cascode: CASCODE
cacy: CACY
cadate: CADATE
cafiletime: CAFILETIME
cauuid: CACLSID
caclipdata: CACLIPDATA
cabstr: CABSTR
cabstrblob: CABSTRBLOB
calpstr: CALPSTR
calpwstr: CALPWSTR
capropvar: CAPROPVARIANT
pcVal: PSTR
pbVal: *mut u8
piVal: *mut i16
puiVal: *mut u16
plVal: *mut i32
pulVal: *mut u32
pintVal: *mut i32
puintVal: *mut u32
pfltVal: *mut f32
pdblVal: *mut f64
pboolVal: *mut i16
pdecVal: *mut DECIMAL
pscode: *mut i32
pcyVal: *mut CY
pdate: *mut f64
pbstrVal: *mut BSTR_abi
ppunkVal: *mut RawPtr
ppdispVal: *mut RawPtr
pparray: *mut *mut SAFEARRAY
pvarVal: *mut PROPVARIANT_abi
Trait Implementations
fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::Abi
Casts the Rust object to its ABI type without copying the object.
Returns a pointer for setting the object’s value via an ABI call.
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(&mut Param<'_, Self>)
Auto Trait Implementations
impl RefUnwindSafe for PROPVARIANT_0_0_0
impl !Send for PROPVARIANT_0_0_0
impl !Sync for PROPVARIANT_0_0_0
impl Unpin for PROPVARIANT_0_0_0
impl UnwindSafe for PROPVARIANT_0_0_0