Struct 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 moreimpl Copy 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