#[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: u32§m_uAnalysisType: u32§m_uFeatureMask: u32§m_pPath: IWbemPath§m_pszPath: PWSTR§m_pszQueryText: PWSTR§m_pszResultClass: PWSTR§m_pszAssocClass: PWSTR§m_pszRole: PWSTR§m_pszResultRole: PWSTR§m_pszRequiredQualifier: PWSTR§m_pszRequiredAssocQualifier: PWSTR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.