Union windows_sys::Win32::System::Wmi::SWbemRpnConst
[−]#[repr(C)]
pub union SWbemRpnConst {
pub m_pszStrVal: PCWSTR,
pub m_bBoolVal: BOOL,
pub m_lLongVal: i32,
pub m_uLongVal: u32,
pub m_dblVal: f64,
pub m_lVal64: i64,
pub m_uVal64: i64,
}Expand description
Required features: "Win32_System_Wmi", "Win32_Foundation"
Fields
m_pszStrVal: PCWSTRm_bBoolVal: BOOLm_lLongVal: i32m_uLongVal: u32m_dblVal: f64m_lVal64: i64m_uVal64: i64Trait Implementations
impl Clone for SWbemRpnConst
impl Clone for SWbemRpnConst
impl Copy for SWbemRpnConst
Auto Trait Implementations
impl RefUnwindSafe for SWbemRpnConst
impl !Send for SWbemRpnConst
impl !Sync for SWbemRpnConst
impl Unpin for SWbemRpnConst
impl UnwindSafe for SWbemRpnConst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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