#[repr(C)]
pub union _PV {
Show 28 fields pub i: i16, pub l: i32, pub ul: u32, pub flt: f32, pub dbl: f64, pub b: u16, pub cur: CY, pub at: f64, pub ft: FILETIME, pub lpszA: PSTR, pub bin: SBinary, pub lpszW: PWSTR, pub lpguid: *mut GUID, pub li: i64, pub MVi: SShortArray, pub MVl: SLongArray, pub MVflt: SRealArray, pub MVdbl: SDoubleArray, pub MVcur: SCurrencyArray, pub MVat: SAppTimeArray, pub MVft: SDateTimeArray, pub MVbin: SBinaryArray, pub MVszA: SLPSTRArray, pub MVszW: SWStringArray, pub MVguid: SGuidArray, pub MVli: SLargeIntegerArray, pub err: i32, pub x: i32,
}
Expand description

Required features: "Win32_System_AddressBook", "Win32_Foundation", "Win32_System_Com"

Fields

i: i16l: i32ul: u32flt: f32dbl: f64b: u16cur: CYat: f64ft: FILETIMElpszA: PSTRbin: SBinarylpszW: PWSTRlpguid: *mut GUIDli: i64MVi: SShortArrayMVl: SLongArrayMVflt: SRealArrayMVdbl: SDoubleArrayMVcur: SCurrencyArrayMVat: SAppTimeArrayMVft: SDateTimeArrayMVbin: SBinaryArrayMVszA: SLPSTRArrayMVszW: SWStringArrayMVguid: SGuidArrayMVli: SLargeIntegerArrayerr: i32x: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.