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_Foundation"
Fields§
§m_pszStrVal: PCWSTR
§m_bBoolVal: BOOL
§m_lLongVal: i32
§m_uLongVal: u32
§m_dblVal: f64
§m_lVal64: i64
§m_uVal64: i64
Trait 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§
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