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: *mut c_void,
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,
}
Fields§
§m_uVersion: u32
§m_uAnalysisType: u32
§m_uFeatureMask: u32
§m_pPath: *mut c_void
§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§
§impl Clone for SWbemAssocQueryInf
impl Clone for SWbemAssocQueryInf
§fn clone(&self) -> SWbemAssocQueryInf
fn clone(&self) -> SWbemAssocQueryInf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SWbemAssocQueryInf
Auto Trait Implementations§
impl Freeze for SWbemAssocQueryInf
impl RefUnwindSafe for SWbemAssocQueryInf
impl !Send for SWbemAssocQueryInf
impl !Sync for SWbemAssocQueryInf
impl Unpin for SWbemAssocQueryInf
impl UnwindSafe for SWbemAssocQueryInf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)