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