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