Struct windows::Win32::System::Wmi::SWbemRpnQueryToken
#[repr(C)]pub struct SWbemRpnQueryToken {
pub m_uVersion: u32,
pub m_uTokenType: u32,
pub m_uSubexpressionShape: u32,
pub m_uOperator: u32,
pub m_pRightIdent: *mut SWbemQueryQualifiedName,
pub m_pLeftIdent: *mut SWbemQueryQualifiedName,
pub m_uConstApparentType: u32,
pub m_Const: SWbemRpnConst,
pub m_uConst2ApparentType: u32,
pub m_Const2: SWbemRpnConst,
pub m_pszRightFunc: PCWSTR,
pub m_pszLeftFunc: PCWSTR,
}
Fields§
§m_uVersion: u32
§m_uTokenType: u32
§m_uSubexpressionShape: u32
§m_uOperator: u32
§m_pRightIdent: *mut SWbemQueryQualifiedName
§m_pLeftIdent: *mut SWbemQueryQualifiedName
§m_uConstApparentType: u32
§m_Const: SWbemRpnConst
§m_uConst2ApparentType: u32
§m_Const2: SWbemRpnConst
§m_pszRightFunc: PCWSTR
§m_pszLeftFunc: PCWSTR
Trait Implementations§
§impl Clone for SWbemRpnQueryToken
impl Clone for SWbemRpnQueryToken
§fn clone(&self) -> SWbemRpnQueryToken
fn clone(&self) -> SWbemRpnQueryToken
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 Default for SWbemRpnQueryToken
impl Default for SWbemRpnQueryToken
impl Copy for SWbemRpnQueryToken
Auto Trait Implementations§
impl Freeze for SWbemRpnQueryToken
impl RefUnwindSafe for SWbemRpnQueryToken
impl !Send for SWbemRpnQueryToken
impl !Sync for SWbemRpnQueryToken
impl Unpin for SWbemRpnQueryToken
impl UnwindSafe for SWbemRpnQueryToken
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
)