Struct windows::Wdk::Foundation::KDPC
#[repr(C)]pub struct KDPC {
pub Anonymous: KDPC_0,
pub DpcListEntry: SINGLE_LIST_ENTRY,
pub ProcessorHistory: usize,
pub DeferredRoutine: PKDEFERRED_ROUTINE,
pub DeferredContext: *mut c_void,
pub SystemArgument1: *mut c_void,
pub SystemArgument2: *mut c_void,
pub DpcData: *mut c_void,
}
Fields§
§Anonymous: KDPC_0
§DpcListEntry: SINGLE_LIST_ENTRY
§ProcessorHistory: usize
§DeferredRoutine: PKDEFERRED_ROUTINE
§DeferredContext: *mut c_void
§SystemArgument1: *mut c_void
§SystemArgument2: *mut c_void
§DpcData: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KDPC
impl RefUnwindSafe for KDPC
impl !Send for KDPC
impl !Sync for KDPC
impl Unpin for KDPC
impl UnwindSafe for KDPC
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
)