Struct PDH_HCOUNTER
#[repr(transparent)]pub struct PDH_HCOUNTER(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl PDH_HCOUNTER
impl PDH_HCOUNTER
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for PDH_HCOUNTER
impl Clone for PDH_HCOUNTER
§fn clone(&self) -> PDH_HCOUNTER
fn clone(&self) -> PDH_HCOUNTER
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 more§impl Debug for PDH_HCOUNTER
impl Debug for PDH_HCOUNTER
§impl Default for PDH_HCOUNTER
impl Default for PDH_HCOUNTER
§impl PartialEq for PDH_HCOUNTER
impl PartialEq for PDH_HCOUNTER
impl Copy for PDH_HCOUNTER
impl Eq for PDH_HCOUNTER
impl StructuralPartialEq for PDH_HCOUNTER
Auto Trait Implementations§
impl Freeze for PDH_HCOUNTER
impl RefUnwindSafe for PDH_HCOUNTER
impl !Send for PDH_HCOUNTER
impl !Sync for PDH_HCOUNTER
impl Unpin for PDH_HCOUNTER
impl UnwindSafe for PDH_HCOUNTER
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