Struct windows_sys::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
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
impl Copy for DD_SURFACE_LOCAL
Auto Trait Implementations
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
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