Struct windows::Win32::System::Wmi::SWbemQueryQualifiedName
#[repr(C)]pub struct SWbemQueryQualifiedName {
pub m_uVersion: u32,
pub m_uTokenType: u32,
pub m_uNameListSize: u32,
pub m_ppszNameList: *const PCWSTR,
pub m_bArraysUsed: BOOL,
pub m_pbArrayElUsed: *mut BOOL,
pub m_puArrayIndex: *mut u32,
}
Fields§
§m_uVersion: u32
§m_uTokenType: u32
§m_uNameListSize: u32
§m_ppszNameList: *const PCWSTR
§m_bArraysUsed: BOOL
§m_pbArrayElUsed: *mut BOOL
§m_puArrayIndex: *mut u32
Trait Implementations§
§impl Clone for SWbemQueryQualifiedName
impl Clone for SWbemQueryQualifiedName
§fn clone(&self) -> SWbemQueryQualifiedName
fn clone(&self) -> SWbemQueryQualifiedName
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 more§impl Debug for SWbemQueryQualifiedName
impl Debug for SWbemQueryQualifiedName
§impl Default for SWbemQueryQualifiedName
impl Default for SWbemQueryQualifiedName
§impl PartialEq for SWbemQueryQualifiedName
impl PartialEq for SWbemQueryQualifiedName
§fn eq(&self, other: &SWbemQueryQualifiedName) -> bool
fn eq(&self, other: &SWbemQueryQualifiedName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SWbemQueryQualifiedName
impl Eq for SWbemQueryQualifiedName
impl StructuralPartialEq for SWbemQueryQualifiedName
Auto Trait Implementations§
impl Freeze for SWbemQueryQualifiedName
impl RefUnwindSafe for SWbemQueryQualifiedName
impl !Send for SWbemQueryQualifiedName
impl !Sync for SWbemQueryQualifiedName
impl Unpin for SWbemQueryQualifiedName
impl UnwindSafe for SWbemQueryQualifiedName
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
)