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
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Clone for KAGGETDIAG
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.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