#[repr(C)]pub struct IO_INTERRUPT_MESSAGE_INFO_ENTRY {
pub MessageAddress: i64,
pub TargetProcessorSet: usize,
pub InterruptObject: PKINTERRUPT,
pub MessageData: u32,
pub Vector: u32,
pub Irql: u8,
pub Mode: KINTERRUPT_MODE,
pub Polarity: KINTERRUPT_POLARITY,
}
Expand description
Required features: "Wdk_Foundation"
Fields§
§MessageAddress: i64
§TargetProcessorSet: usize
§InterruptObject: PKINTERRUPT
§MessageData: u32
§Vector: u32
§Irql: u8
§Mode: KINTERRUPT_MODE
§Polarity: KINTERRUPT_POLARITY
Trait Implementations§
§impl Clone for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Clone for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Copy for IO_INTERRUPT_MESSAGE_INFO_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Send for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Sync for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Unpin for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl UnwindSafe for IO_INTERRUPT_MESSAGE_INFO_ENTRY
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