Struct windows_sys::Wdk::System::SystemServices::PCW_COUNTER_INFORMATION
#[repr(C)]pub struct PCW_COUNTER_INFORMATION {
pub CounterMask: u64,
pub InstanceMask: *mut UNICODE_STRING,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§CounterMask: u64
§InstanceMask: *mut UNICODE_STRING
Trait Implementations§
§impl Clone for PCW_COUNTER_INFORMATION
impl Clone for PCW_COUNTER_INFORMATION
impl Copy for PCW_COUNTER_INFORMATION
Auto Trait Implementations§
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