#[repr(C)]
pub union PDH_FMT_COUNTERVALUE_0 {
pub longValue: i32,
pub doubleValue: f64,
pub largeValue: i64,
pub AnsiStringValue: PCSTR,
pub WideStringValue: PCWSTR,
}
Expand description
Required features: "Win32_System_Performance"
Fields
longValue: i32
doubleValue: f64
largeValue: i64
AnsiStringValue: PCSTR
WideStringValue: PCWSTR
Trait Implementations
impl Clone for PDH_FMT_COUNTERVALUE_0
impl Clone for PDH_FMT_COUNTERVALUE_0
impl Copy for PDH_FMT_COUNTERVALUE_0
Auto Trait Implementations
impl RefUnwindSafe for PDH_FMT_COUNTERVALUE_0
impl !Send for PDH_FMT_COUNTERVALUE_0
impl !Sync for PDH_FMT_COUNTERVALUE_0
impl Unpin for PDH_FMT_COUNTERVALUE_0
impl UnwindSafe for PDH_FMT_COUNTERVALUE_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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