Struct windows::Win32::Graphics::DirectDraw::DD_MORESURFACECAPS
#[repr(C)]pub struct DD_MORESURFACECAPS {
pub dwSize: u32,
pub ddsCapsMore: DDSCAPSEX,
pub ddsExtendedHeapRestrictions: [DD_MORESURFACECAPS_0; 1],
}
Fields§
§dwSize: u32
§ddsCapsMore: DDSCAPSEX
§ddsExtendedHeapRestrictions: [DD_MORESURFACECAPS_0; 1]
Trait Implementations§
§impl Clone for DD_MORESURFACECAPS
impl Clone for DD_MORESURFACECAPS
§fn clone(&self) -> DD_MORESURFACECAPS
fn clone(&self) -> DD_MORESURFACECAPS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DD_MORESURFACECAPS
impl Default for DD_MORESURFACECAPS
impl Copy for DD_MORESURFACECAPS
Auto Trait Implementations§
impl Freeze for DD_MORESURFACECAPS
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)