Union windows_sys::Win32::System::Performance::PDH_FMT_COUNTERVALUE_0
#[repr(C)]
pub union PDH_FMT_COUNTERVALUE_0 {
pub longValue: i32,
pub doubleValue: f64,
pub largeValue: i64,
pub AnsiStringValue: PCSTR,
pub WideStringValue: PCWSTR,
}
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§
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