#[repr(C)]pub struct IO_CONNECT_INTERRUPT_PARAMETERS {
pub Version: u32,
pub Anonymous: IO_CONNECT_INTERRUPT_PARAMETERS_0,
}Expand description
Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"
Fields§
§Version: u32§Anonymous: IO_CONNECT_INTERRUPT_PARAMETERS_0Trait Implementations§
§impl Clone for IO_CONNECT_INTERRUPT_PARAMETERS
impl Clone for IO_CONNECT_INTERRUPT_PARAMETERS
impl Copy for IO_CONNECT_INTERRUPT_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for IO_CONNECT_INTERRUPT_PARAMETERS
impl !Send for IO_CONNECT_INTERRUPT_PARAMETERS
impl !Sync for IO_CONNECT_INTERRUPT_PARAMETERS
impl Unpin for IO_CONNECT_INTERRUPT_PARAMETERS
impl UnwindSafe for IO_CONNECT_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