Struct windows_sys::Win32::System::Wmi::SWbemAssocQueryInf
[−]#[repr(C)]pub struct SWbemAssocQueryInf {
pub m_uVersion: u32,
pub m_uAnalysisType: u32,
pub m_uFeatureMask: u32,
pub m_pPath: IWbemPath,
pub m_pszPath: PWSTR,
pub m_pszQueryText: PWSTR,
pub m_pszResultClass: PWSTR,
pub m_pszAssocClass: PWSTR,
pub m_pszRole: PWSTR,
pub m_pszResultRole: PWSTR,
pub m_pszRequiredQualifier: PWSTR,
pub m_pszRequiredAssocQualifier: PWSTR,
}Expand description
Required features: "Win32_System_Wmi"
Fields
m_uVersion: u32m_uAnalysisType: u32m_uFeatureMask: u32m_pPath: IWbemPathm_pszPath: PWSTRm_pszQueryText: PWSTRm_pszResultClass: PWSTRm_pszAssocClass: PWSTRm_pszRole: PWSTRm_pszResultRole: PWSTRm_pszRequiredQualifier: PWSTRm_pszRequiredAssocQualifier: PWSTRTrait Implementations
impl Clone for SWbemAssocQueryInf
impl Clone for SWbemAssocQueryInf
impl Copy for SWbemAssocQueryInf
Auto Trait Implementations
impl RefUnwindSafe for SWbemAssocQueryInf
impl !Send for SWbemAssocQueryInf
impl !Sync for SWbemAssocQueryInf
impl Unpin for SWbemAssocQueryInf
impl UnwindSafe for SWbemAssocQueryInf
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