Struct windows_sys::Win32::Graphics::DirectDraw::DDKERNELCAPS
[−]Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32
dwCaps: u32
dwIRQCaps: u32
Trait Implementations
impl Clone for DDKERNELCAPS
impl Clone for DDKERNELCAPS
impl Copy for DDKERNELCAPS
Auto Trait Implementations
impl RefUnwindSafe for DDKERNELCAPS
impl Send for DDKERNELCAPS
impl Sync for DDKERNELCAPS
impl Unpin for DDKERNELCAPS
impl UnwindSafe for DDKERNELCAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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