Struct windows_sys::Win32::System::Diagnostics::Debug::DebugPropertyInfo
[−]#[repr(C)]pub struct DebugPropertyInfo {
pub m_dwValidFields: u32,
pub m_bstrName: BSTR,
pub m_bstrType: BSTR,
pub m_bstrValue: BSTR,
pub m_bstrFullName: BSTR,
pub m_dwAttrib: u32,
pub m_pDebugProp: IDebugProperty,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
m_dwValidFields: u32
m_bstrName: BSTR
m_bstrType: BSTR
m_bstrValue: BSTR
m_bstrFullName: BSTR
m_dwAttrib: u32
m_pDebugProp: IDebugProperty
Trait Implementations
impl Clone for DebugPropertyInfo
impl Clone for DebugPropertyInfo
impl Copy for DebugPropertyInfo
Auto Trait Implementations
impl RefUnwindSafe for DebugPropertyInfo
impl !Send for DebugPropertyInfo
impl !Sync for DebugPropertyInfo
impl Unpin for DebugPropertyInfo
impl UnwindSafe for DebugPropertyInfo
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