Struct windows_sys::Win32::Graphics::DirectDraw::DDMORESURFACECAPS
[−]#[repr(C)]pub struct DDMORESURFACECAPS {
pub dwSize: u32,
pub ddsCapsMore: DDSCAPSEX,
pub ddsExtendedHeapRestrictions: [DDMORESURFACECAPS_0; 1],
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32
ddsCapsMore: DDSCAPSEX
ddsExtendedHeapRestrictions: [DDMORESURFACECAPS_0; 1]
Trait Implementations
impl Clone for DDMORESURFACECAPS
impl Clone for DDMORESURFACECAPS
impl Copy for DDMORESURFACECAPS
Auto Trait Implementations
impl RefUnwindSafe for DDMORESURFACECAPS
impl Send for DDMORESURFACECAPS
impl Sync for DDMORESURFACECAPS
impl Unpin for DDMORESURFACECAPS
impl UnwindSafe for DDMORESURFACECAPS
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