Struct win_wrap::pdh::PdhCounter
source · pub struct PdhCounter(/* private fields */);Trait Implementations§
source§impl Debug for PdhCounter
impl Debug for PdhCounter
source§impl Drop for PdhCounter
impl Drop for PdhCounter
source§impl PdhCounterExt for PdhCounter
impl PdhCounterExt for PdhCounter
Auto Trait Implementations§
impl Freeze for PdhCounter
impl RefUnwindSafe for PdhCounter
impl Send for PdhCounter
impl Sync for PdhCounter
impl Unpin for PdhCounter
impl UnwindSafe for PdhCounter
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