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: *mut c_void,
}
Fields§
§m_dwValidFields: u32
§m_bstrName: BSTR
§m_bstrType: BSTR
§m_bstrValue: BSTR
§m_bstrFullName: BSTR
§m_dwAttrib: u32
§m_pDebugProp: *mut c_void
Trait Implementations§
§impl Clone for DebugPropertyInfo
impl Clone for DebugPropertyInfo
§fn clone(&self) -> DebugPropertyInfo
fn clone(&self) -> DebugPropertyInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DebugPropertyInfo
Auto Trait Implementations§
impl Freeze for DebugPropertyInfo
impl RefUnwindSafe for DebugPropertyInfo
impl !Send for DebugPropertyInfo
impl !Sync for DebugPropertyInfo
impl Unpin for DebugPropertyInfo
impl UnwindSafe for DebugPropertyInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)