Struct windows_sys::Win32::Graphics::DirectDraw::DDOSCAPS
[−]#[repr(C)]pub struct DDOSCAPS {
pub dwCaps: u32,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwCaps: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDOSCAPS
impl Send for DDOSCAPS
impl Sync for DDOSCAPS
impl Unpin for DDOSCAPS
impl UnwindSafe for DDOSCAPS
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