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: *mut c_void,
pub nDISPID: u32,
pub nType: u32,
pub varValue: VARIANT,
pub plbValue: *mut c_void,
pub pDebugExtProp: *mut c_void,
}
Fields§
§dwValidFields: u32
§pszName: PWSTR
§pszType: PWSTR
§pszValue: PWSTR
§pszFullName: PWSTR
§dwAttrib: u32
§pDebugProp: *mut c_void
§nDISPID: u32
§nType: u32
§varValue: VARIANT
§plbValue: *mut c_void
§pDebugExtProp: *mut c_void
Trait Implementations§
§impl Clone for ExtendedDebugPropertyInfo
impl Clone for ExtendedDebugPropertyInfo
§fn clone(&self) -> ExtendedDebugPropertyInfo
fn clone(&self) -> ExtendedDebugPropertyInfo
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 ExtendedDebugPropertyInfo
Auto Trait Implementations§
impl Freeze for ExtendedDebugPropertyInfo
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
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
)