Struct windows_sys::Win32::Graphics::DirectDraw::DDENABLEIRQINFO
[−]#[repr(C)]pub struct DDENABLEIRQINFO {
pub dwIRQSources: u32,
pub dwLine: u32,
pub IRQCallback: PDX_IRQCALLBACK,
pub lpIRQData: *mut DX_IRQDATA,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwIRQSources: u32
dwLine: u32
IRQCallback: PDX_IRQCALLBACK
lpIRQData: *mut DX_IRQDATA
Trait Implementations
impl Clone for DDENABLEIRQINFO
impl Clone for DDENABLEIRQINFO
impl Copy for DDENABLEIRQINFO
Auto Trait Implementations
impl RefUnwindSafe for DDENABLEIRQINFO
impl !Send for DDENABLEIRQINFO
impl !Sync for DDENABLEIRQINFO
impl Unpin for DDENABLEIRQINFO
impl UnwindSafe for DDENABLEIRQINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more