Struct windows_sys::Wdk::Foundation::KQUEUE
#[repr(C)]pub struct KQUEUE {
pub Header: DISPATCHER_HEADER,
pub EntryListHead: LIST_ENTRY,
pub CurrentCount: u32,
pub MaximumCount: u32,
pub ThreadListHead: LIST_ENTRY,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Header: DISPATCHER_HEADER
§EntryListHead: LIST_ENTRY
§CurrentCount: u32
§MaximumCount: u32
§ThreadListHead: LIST_ENTRY
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KQUEUE
impl !Send for KQUEUE
impl !Sync for KQUEUE
impl Unpin for KQUEUE
impl UnwindSafe for KQUEUE
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