Union windows_sys::Wdk::Foundation::KWAIT_BLOCK_0
#[repr(C)]
pub union KWAIT_BLOCK_0 {
pub Thread: *mut isize,
pub NotificationQueue: *mut KQUEUE,
pub Dpc: *mut KDPC,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Thread: *mut isize
§NotificationQueue: *mut KQUEUE
§Dpc: *mut KDPC
Trait Implementations§
§impl Clone for KWAIT_BLOCK_0
impl Clone for KWAIT_BLOCK_0
impl Copy for KWAIT_BLOCK_0
Auto Trait Implementations§
impl RefUnwindSafe for KWAIT_BLOCK_0
impl !Send for KWAIT_BLOCK_0
impl !Sync for KWAIT_BLOCK_0
impl Unpin for KWAIT_BLOCK_0
impl UnwindSafe for KWAIT_BLOCK_0
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