Struct windows_sys::Win32::System::Diagnostics::Debug::ExtendedDebugPropertyInfo
#[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_Foundation"
, "Win32_System_Com_StructuredStorage"
, "Win32_System_Ole"
, "Win32_System_Variant"
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§
§impl Clone for ExtendedDebugPropertyInfo
impl Clone for ExtendedDebugPropertyInfo
impl Copy for ExtendedDebugPropertyInfo
Auto Trait Implementations§
impl RefUnwindSafe for ExtendedDebugPropertyInfo
impl !Send for ExtendedDebugPropertyInfo
impl !Sync for ExtendedDebugPropertyInfo
impl Unpin for ExtendedDebugPropertyInfo
impl UnwindSafe for ExtendedDebugPropertyInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more