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