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