Struct windows::Wdk::System::SystemServices::PCW_REGISTRATION_INFORMATION
#[repr(C)]pub struct PCW_REGISTRATION_INFORMATION {
pub Version: u32,
pub Name: *mut UNICODE_STRING,
pub CounterCount: u32,
pub Counters: *mut PCW_COUNTER_DESCRIPTOR,
pub Callback: PPCW_CALLBACK,
pub CallbackContext: *mut c_void,
pub Flags: PCW_REGISTRATION_FLAGS,
}
Fields§
§Version: u32
§Name: *mut UNICODE_STRING
§CounterCount: u32
§Counters: *mut PCW_COUNTER_DESCRIPTOR
§Callback: PPCW_CALLBACK
§CallbackContext: *mut c_void
§Flags: PCW_REGISTRATION_FLAGS
Trait Implementations§
§impl Clone for PCW_REGISTRATION_INFORMATION
impl Clone for PCW_REGISTRATION_INFORMATION
§fn clone(&self) -> PCW_REGISTRATION_INFORMATION
fn clone(&self) -> PCW_REGISTRATION_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_REGISTRATION_INFORMATION
impl Debug for PCW_REGISTRATION_INFORMATION
§impl Default for PCW_REGISTRATION_INFORMATION
impl Default for PCW_REGISTRATION_INFORMATION
impl Copy for PCW_REGISTRATION_INFORMATION
Auto Trait Implementations§
impl Freeze for PCW_REGISTRATION_INFORMATION
impl RefUnwindSafe for PCW_REGISTRATION_INFORMATION
impl !Send for PCW_REGISTRATION_INFORMATION
impl !Sync for PCW_REGISTRATION_INFORMATION
impl Unpin for PCW_REGISTRATION_INFORMATION
impl UnwindSafe for PCW_REGISTRATION_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
)