Struct IO_INTERRUPT_MESSAGE_INFO_ENTRY
#[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,
}Fields§
§MessageAddress: i64§TargetProcessorSet: usize§InterruptObject: PKINTERRUPT§MessageData: u32§Vector: u32§Irql: u8§Mode: KINTERRUPT_MODE§Polarity: KINTERRUPT_POLARITYTrait Implementations§
§impl Clone for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Clone for IO_INTERRUPT_MESSAGE_INFO_ENTRY
§fn clone(&self) -> IO_INTERRUPT_MESSAGE_INFO_ENTRY
fn clone(&self) -> IO_INTERRUPT_MESSAGE_INFO_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Debug for IO_INTERRUPT_MESSAGE_INFO_ENTRY
§impl Default for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Default for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl Copy for IO_INTERRUPT_MESSAGE_INFO_ENTRY
impl StructuralPartialEq for IO_INTERRUPT_MESSAGE_INFO_ENTRY
Auto Trait Implementations§
impl Freeze for IO_INTERRUPT_MESSAGE_INFO_ENTRY
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