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