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,
}
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§
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