Struct windows::Wdk::System::SystemServices::PCW_COUNTER_INFORMATION
#[repr(C)]pub struct PCW_COUNTER_INFORMATION {
pub CounterMask: u64,
pub InstanceMask: *mut UNICODE_STRING,
}
Fields§
§CounterMask: u64
§InstanceMask: *mut UNICODE_STRING
Trait Implementations§
§impl Clone for PCW_COUNTER_INFORMATION
impl Clone for PCW_COUNTER_INFORMATION
§fn clone(&self) -> PCW_COUNTER_INFORMATION
fn clone(&self) -> PCW_COUNTER_INFORMATION
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 PCW_COUNTER_INFORMATION
impl Debug for PCW_COUNTER_INFORMATION
§impl Default for PCW_COUNTER_INFORMATION
impl Default for PCW_COUNTER_INFORMATION
§impl PartialEq for PCW_COUNTER_INFORMATION
impl PartialEq for PCW_COUNTER_INFORMATION
§fn eq(&self, other: &PCW_COUNTER_INFORMATION) -> bool
fn eq(&self, other: &PCW_COUNTER_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PCW_COUNTER_INFORMATION
impl Eq for PCW_COUNTER_INFORMATION
impl StructuralPartialEq for PCW_COUNTER_INFORMATION
Auto Trait Implementations§
impl Freeze for PCW_COUNTER_INFORMATION
impl RefUnwindSafe for PCW_COUNTER_INFORMATION
impl !Send for PCW_COUNTER_INFORMATION
impl !Sync for PCW_COUNTER_INFORMATION
impl Unpin for PCW_COUNTER_INFORMATION
impl UnwindSafe for PCW_COUNTER_INFORMATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)