#[repr(C)]pub struct DD_SETOVERLAYPOSITIONDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSrcSurface: *mut DD_SURFACE_LOCAL,
pub lpDDDestSurface: *mut DD_SURFACE_LOCAL,
pub lXPos: i32,
pub lYPos: i32,
pub ddRVal: HRESULT,
pub SetOverlayPosition: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDSrcSurface: *mut DD_SURFACE_LOCAL
lpDDDestSurface: *mut DD_SURFACE_LOCAL
lXPos: i32
lYPos: i32
ddRVal: HRESULT
SetOverlayPosition: *mut c_void
Trait Implementations
impl Clone for DD_SETOVERLAYPOSITIONDATA
impl Clone for DD_SETOVERLAYPOSITIONDATA
impl Copy for DD_SETOVERLAYPOSITIONDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_SETOVERLAYPOSITIONDATA
impl !Send for DD_SETOVERLAYPOSITIONDATA
impl !Sync for DD_SETOVERLAYPOSITIONDATA
impl Unpin for DD_SETOVERLAYPOSITIONDATA
impl UnwindSafe for DD_SETOVERLAYPOSITIONDATA
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