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_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
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
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