#[repr(C)]
pub struct ExtendedDebugPropertyInfo { pub dwValidFields: u32, pub pszName: PWSTR, pub pszType: PWSTR, pub pszValue: PWSTR, pub pszFullName: PWSTR, pub dwAttrib: u32, pub pDebugProp: IDebugProperty, pub nDISPID: u32, pub nType: u32, pub varValue: VARIANT, pub plbValue: ILockBytes, pub pDebugExtProp: IDebugExtendedProperty, }
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Com_StructuredStorage", "Win32_System_Ole"

Fields§

§dwValidFields: u32§pszName: PWSTR§pszType: PWSTR§pszValue: PWSTR§pszFullName: PWSTR§dwAttrib: u32§pDebugProp: IDebugProperty§nDISPID: u32§nType: u32§varValue: VARIANT§plbValue: ILockBytes§pDebugExtProp: IDebugExtendedProperty

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.