Struct 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