Struct KAGGETDIAG
#[repr(C)]pub struct KAGGETDIAG {
pub ulSize: u32,
pub vDiagInfo: VARIANT,
pub sDiagField: i16,
}Fields§
§ulSize: u32§vDiagInfo: VARIANT§sDiagField: i16Trait Implementations§
§impl Clone for KAGGETDIAG
impl Clone for KAGGETDIAG
§fn clone(&self) -> KAGGETDIAG
fn clone(&self) -> KAGGETDIAG
Returns a duplicate 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 more§impl Default for KAGGETDIAG
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Default for KAGGETDIAG
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.impl Copy for KAGGETDIAG
Auto Trait Implementations§
impl Freeze for KAGGETDIAG
impl RefUnwindSafe for KAGGETDIAG
impl !Send for KAGGETDIAG
impl !Sync for KAGGETDIAG
impl Unpin for KAGGETDIAG
impl UnwindSafe for KAGGETDIAG
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