Struct windows_sys::Win32::Graphics::DirectDraw::DDBLTBATCH
[−]#[repr(C)]pub struct DDBLTBATCH {
pub lprDest: *mut RECT,
pub lpDDSSrc: IDirectDrawSurface,
pub lprSrc: *mut RECT,
pub dwFlags: u32,
pub lpDDBltFx: *mut DDBLTFX,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lprDest: *mut RECT
lpDDSSrc: IDirectDrawSurface
lprSrc: *mut RECT
dwFlags: u32
lpDDBltFx: *mut DDBLTFX
Trait Implementations
impl Clone for DDBLTBATCH
impl Clone for DDBLTBATCH
impl Copy for DDBLTBATCH
Auto Trait Implementations
impl RefUnwindSafe for DDBLTBATCH
impl !Send for DDBLTBATCH
impl !Sync for DDBLTBATCH
impl Unpin for DDBLTBATCH
impl UnwindSafe for DDBLTBATCH
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