#[repr(C)]
pub union PCW_CALLBACK_INFORMATION {
pub AddCounter: PCW_COUNTER_INFORMATION,
pub RemoveCounter: PCW_COUNTER_INFORMATION,
pub EnumerateInstances: PCW_MASK_INFORMATION,
pub CollectData: PCW_MASK_INFORMATION,
}
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§AddCounter: PCW_COUNTER_INFORMATION
§RemoveCounter: PCW_COUNTER_INFORMATION
§EnumerateInstances: PCW_MASK_INFORMATION
§CollectData: PCW_MASK_INFORMATION
Trait Implementations§
§impl Clone for PCW_CALLBACK_INFORMATION
impl Clone for PCW_CALLBACK_INFORMATION
impl Copy for PCW_CALLBACK_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for PCW_CALLBACK_INFORMATION
impl !Send for PCW_CALLBACK_INFORMATION
impl !Sync for PCW_CALLBACK_INFORMATION
impl Unpin for PCW_CALLBACK_INFORMATION
impl UnwindSafe for PCW_CALLBACK_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