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 RECTlpDDSSrc: IDirectDrawSurfacelprSrc: *mut RECTdwFlags: u32lpDDBltFx: *mut DDBLTFXTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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