#[repr(C)]pub struct IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS {
pub PhysicalDeviceObject: *mut DEVICE_OBJECT,
pub InterruptObject: *mut PKINTERRUPT,
pub ServiceRoutine: PKSERVICE_ROUTINE,
pub ServiceContext: *mut c_void,
pub SpinLock: *mut usize,
pub SynchronizeIrql: u8,
pub FloatingSave: BOOLEAN,
}
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§
§PhysicalDeviceObject: *mut DEVICE_OBJECT
§InterruptObject: *mut PKINTERRUPT
§ServiceRoutine: PKSERVICE_ROUTINE
§ServiceContext: *mut c_void
§SpinLock: *mut usize
§SynchronizeIrql: u8
§FloatingSave: BOOLEAN
Trait Implementations§
impl Copy for IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS
impl !Send for IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS
impl !Sync for IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS
impl Unpin for IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS
impl UnwindSafe for IO_CONNECT_INTERRUPT_LINE_BASED_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