Union windows::Wdk::System::SystemServices::PCW_CALLBACK_INFORMATION
#[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,
}
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
§fn clone(&self) -> PCW_CALLBACK_INFORMATION
fn clone(&self) -> PCW_CALLBACK_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 Default for PCW_CALLBACK_INFORMATION
impl Default for PCW_CALLBACK_INFORMATION
impl Copy for PCW_CALLBACK_INFORMATION
Auto Trait Implementations§
impl Freeze for PCW_CALLBACK_INFORMATION
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
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
)