Union 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,
}
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
§fn clone(&self) -> SWbemRpnConst
fn clone(&self) -> SWbemRpnConst
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 moreimpl Copy for SWbemRpnConst
Auto Trait Implementations§
impl Freeze for SWbemRpnConst
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