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