Struct windows_sys::Win32::System::Performance::PDH_FMT_COUNTERVALUE
[−]#[repr(C)]pub struct PDH_FMT_COUNTERVALUE {
pub CStatus: u32,
pub Anonymous: PDH_FMT_COUNTERVALUE_0,
}
Expand description
Required features: "Win32_System_Performance"
Fields
CStatus: u32
Anonymous: PDH_FMT_COUNTERVALUE_0
Trait Implementations
impl Clone for PDH_FMT_COUNTERVALUE
impl Clone for PDH_FMT_COUNTERVALUE
impl Copy for PDH_FMT_COUNTERVALUE
Auto Trait Implementations
impl RefUnwindSafe for PDH_FMT_COUNTERVALUE
impl !Send for PDH_FMT_COUNTERVALUE
impl !Sync for PDH_FMT_COUNTERVALUE
impl Unpin for PDH_FMT_COUNTERVALUE
impl UnwindSafe for PDH_FMT_COUNTERVALUE
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