Union windows::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,
}
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 more§impl Default for SWbemRpnConst
impl Default for SWbemRpnConst
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)