Struct windows::Win32::Graphics::DirectDraw::DD_SURFACE_LOCAL
#[repr(C)]pub struct DD_SURFACE_LOCAL {
pub lpGbl: *mut DD_SURFACE_GLOBAL,
pub dwFlags: u32,
pub ddsCaps: DDSCAPS,
pub dwReserved1: usize,
pub Anonymous1: DD_SURFACE_LOCAL_0,
pub Anonymous2: DD_SURFACE_LOCAL_1,
pub lpSurfMore: *mut DD_SURFACE_MORE,
pub lpAttachList: *mut DD_ATTACHLIST,
pub lpAttachListFrom: *mut DD_ATTACHLIST,
pub rcOverlaySrc: RECT,
}
Fields§
§lpGbl: *mut DD_SURFACE_GLOBAL
§dwFlags: u32
§ddsCaps: DDSCAPS
§dwReserved1: usize
§Anonymous1: DD_SURFACE_LOCAL_0
§Anonymous2: DD_SURFACE_LOCAL_1
§lpSurfMore: *mut DD_SURFACE_MORE
§lpAttachList: *mut DD_ATTACHLIST
§lpAttachListFrom: *mut DD_ATTACHLIST
§rcOverlaySrc: RECT
Trait Implementations§
§impl Clone for DD_SURFACE_LOCAL
impl Clone for DD_SURFACE_LOCAL
§fn clone(&self) -> DD_SURFACE_LOCAL
fn clone(&self) -> DD_SURFACE_LOCAL
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_SURFACE_LOCAL
impl Default for DD_SURFACE_LOCAL
impl Copy for DD_SURFACE_LOCAL
Auto Trait Implementations§
impl Freeze for DD_SURFACE_LOCAL
impl RefUnwindSafe for DD_SURFACE_LOCAL
impl !Send for DD_SURFACE_LOCAL
impl !Sync for DD_SURFACE_LOCAL
impl Unpin for DD_SURFACE_LOCAL
impl UnwindSafe for DD_SURFACE_LOCAL
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
)