Struct windows_sys::Win32::System::Search::KAGREQDIAG
[−]Expand description
Required features: "Win32_System_Search"
Fields
ulDiagFlags: u32
vt: u16
sDiagField: i16
Trait Implementations
impl Clone for KAGREQDIAG
impl Clone for KAGREQDIAG
impl Copy for KAGREQDIAG
Auto Trait Implementations
impl RefUnwindSafe for KAGREQDIAG
impl Send for KAGREQDIAG
impl Sync for KAGREQDIAG
impl Unpin for KAGREQDIAG
impl UnwindSafe for KAGREQDIAG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more