Struct windows_sys::Win32::System::Search::KAGGETDIAG
#[repr(C)]pub struct KAGGETDIAG {
pub ulSize: u32,
pub vDiagInfo: VARIANT,
pub sDiagField: i16,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
, "Win32_System_Variant"
Fields§
§ulSize: u32
§vDiagInfo: VARIANT
§sDiagField: i16
Trait Implementations§
§impl Clone for KAGGETDIAG
impl Clone for KAGGETDIAG
impl Copy for KAGGETDIAG
Auto Trait Implementations§
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