#[repr(C)]pub struct IO_DISCONNECT_INTERRUPT_PARAMETERS {
pub Version: u32,
pub ConnectionContext: IO_DISCONNECT_INTERRUPT_PARAMETERS_0,
}
Expand description
Required features: "Wdk_Foundation"
Fields§
§Version: u32
§ConnectionContext: IO_DISCONNECT_INTERRUPT_PARAMETERS_0
Trait Implementations§
§impl Clone for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl Clone for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl Copy for IO_DISCONNECT_INTERRUPT_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl !Send for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl !Sync for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl Unpin for IO_DISCONNECT_INTERRUPT_PARAMETERS
impl UnwindSafe for IO_DISCONNECT_INTERRUPT_PARAMETERS
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