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_Foundation"
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
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§
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