Union windows_sys::Win32::System::AddressBook::_PV
[−]#[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: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PV
impl !Send for _PV
impl !Sync for _PV
impl Unpin for _PV
impl UnwindSafe for _PV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more