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