Struct DDBLTBATCH
#[repr(C)]pub struct DDBLTBATCH {
pub lprDest: *mut RECT,
pub lpDDSSrc: ManuallyDrop<Option<IDirectDrawSurface>>,
pub lprSrc: *mut RECT,
pub dwFlags: u32,
pub lpDDBltFx: *mut DDBLTFX,
}
Fields§
§lprDest: *mut RECT
§lpDDSSrc: ManuallyDrop<Option<IDirectDrawSurface>>
§lprSrc: *mut RECT
§dwFlags: u32
§lpDDBltFx: *mut DDBLTFX
Trait Implementations§
§impl Clone for DDBLTBATCH
impl Clone for DDBLTBATCH
§fn clone(&self) -> DDBLTBATCH
fn clone(&self) -> DDBLTBATCH
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDBLTBATCH
impl Debug for DDBLTBATCH
§impl PartialEq for DDBLTBATCH
impl PartialEq for DDBLTBATCH
impl StructuralPartialEq for DDBLTBATCH
Auto Trait Implementations§
impl Freeze for DDBLTBATCH
impl RefUnwindSafe for DDBLTBATCH
impl !Send for DDBLTBATCH
impl !Sync for DDBLTBATCH
impl Unpin for DDBLTBATCH
impl UnwindSafe for DDBLTBATCH
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more