Struct windows_sys::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,
}Expand description
Required features: "Win32_System_Wmi", "Win32_Foundation"
Fields
m_uVersion: u32m_uTokenType: u32m_uSubexpressionShape: u32m_uOperator: u32m_pRightIdent: *mut SWbemQueryQualifiedNamem_pLeftIdent: *mut SWbemQueryQualifiedNamem_uConstApparentType: u32m_Const: SWbemRpnConstm_uConst2ApparentType: u32m_Const2: SWbemRpnConstm_pszRightFunc: PCWSTRm_pszLeftFunc: PCWSTRTrait Implementations
impl Clone for SWbemRpnQueryToken
impl Clone for SWbemRpnQueryToken
impl Copy for SWbemRpnQueryToken
Auto Trait Implementations
impl RefUnwindSafe for SWbemRpnQueryToken
impl !Send for SWbemRpnQueryToken
impl !Sync for SWbemRpnQueryToken
impl Unpin for SWbemRpnQueryToken
impl UnwindSafe for SWbemRpnQueryToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more