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