Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_BLTDATA
[−]#[repr(C)]pub struct DDHAL_BLTDATA {Show 15 fields
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDDestSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub rDest: RECTL,
pub lpDDSrcSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub rSrc: RECTL,
pub dwFlags: u32,
pub dwROPFlags: u32,
pub bltFX: DDBLTFX,
pub ddRVal: HRESULT,
pub Blt: LPDDHALSURFCB_BLT,
pub IsClipped: BOOL,
pub rOrigDest: RECTL,
pub rOrigSrc: RECTL,
pub dwRectCnt: u32,
pub prDestRects: *mut RECT,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
lpDDDestSurface: *mut DDRAWI_DDRAWSURFACE_LCL
rDest: RECTL
lpDDSrcSurface: *mut DDRAWI_DDRAWSURFACE_LCL
rSrc: RECTL
dwFlags: u32
dwROPFlags: u32
bltFX: DDBLTFX
ddRVal: HRESULT
Blt: LPDDHALSURFCB_BLT
IsClipped: BOOL
rOrigDest: RECTL
rOrigSrc: RECTL
dwRectCnt: u32
prDestRects: *mut RECT
Trait Implementations
impl Clone for DDHAL_BLTDATA
impl Clone for DDHAL_BLTDATA
impl Copy for DDHAL_BLTDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_BLTDATA
impl !Send for DDHAL_BLTDATA
impl !Sync for DDHAL_BLTDATA
impl Unpin for DDHAL_BLTDATA
impl UnwindSafe for DDHAL_BLTDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more