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