#[repr(C)]pub struct PDH_FMT_COUNTERVALUE {
pub CStatus: DWORD,
pub u: PDH_FMT_COUNTERVALUE_u,
}
Fields§
§CStatus: DWORD
§u: PDH_FMT_COUNTERVALUE_u
Trait Implementations§
Source§impl Clone for PDH_FMT_COUNTERVALUE
impl Clone for PDH_FMT_COUNTERVALUE
Source§fn clone(&self) -> PDH_FMT_COUNTERVALUE
fn clone(&self) -> PDH_FMT_COUNTERVALUE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PDH_FMT_COUNTERVALUE
impl Default for PDH_FMT_COUNTERVALUE
Source§fn default() -> PDH_FMT_COUNTERVALUE
fn default() -> PDH_FMT_COUNTERVALUE
Returns the “default value” for a type. Read more
impl Copy for PDH_FMT_COUNTERVALUE
Auto Trait Implementations§
impl Freeze for PDH_FMT_COUNTERVALUE
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