Struct windows::Win32::Graphics::DirectDraw::DDHAL_DDMOTIONCOMPCALLBACKS
#[repr(C)]pub struct DDHAL_DDMOTIONCOMPCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub GetMoCompGuids: LPDDHALMOCOMPCB_GETGUIDS,
pub GetMoCompFormats: LPDDHALMOCOMPCB_GETFORMATS,
pub CreateMoComp: LPDDHALMOCOMPCB_CREATE,
pub GetMoCompBuffInfo: LPDDHALMOCOMPCB_GETCOMPBUFFINFO,
pub GetInternalMoCompInfo: LPDDHALMOCOMPCB_GETINTERNALINFO,
pub BeginMoCompFrame: LPDDHALMOCOMPCB_BEGINFRAME,
pub EndMoCompFrame: LPDDHALMOCOMPCB_ENDFRAME,
pub RenderMoComp: LPDDHALMOCOMPCB_RENDER,
pub QueryMoCompStatus: LPDDHALMOCOMPCB_QUERYSTATUS,
pub DestroyMoComp: LPDDHALMOCOMPCB_DESTROY,
}
Fields§
§dwSize: u32
§dwFlags: u32
§GetMoCompGuids: LPDDHALMOCOMPCB_GETGUIDS
§GetMoCompFormats: LPDDHALMOCOMPCB_GETFORMATS
§CreateMoComp: LPDDHALMOCOMPCB_CREATE
§GetMoCompBuffInfo: LPDDHALMOCOMPCB_GETCOMPBUFFINFO
§GetInternalMoCompInfo: LPDDHALMOCOMPCB_GETINTERNALINFO
§BeginMoCompFrame: LPDDHALMOCOMPCB_BEGINFRAME
§EndMoCompFrame: LPDDHALMOCOMPCB_ENDFRAME
§RenderMoComp: LPDDHALMOCOMPCB_RENDER
§QueryMoCompStatus: LPDDHALMOCOMPCB_QUERYSTATUS
§DestroyMoComp: LPDDHALMOCOMPCB_DESTROY
Trait Implementations§
§impl Clone for DDHAL_DDMOTIONCOMPCALLBACKS
impl Clone for DDHAL_DDMOTIONCOMPCALLBACKS
§fn clone(&self) -> DDHAL_DDMOTIONCOMPCALLBACKS
fn clone(&self) -> DDHAL_DDMOTIONCOMPCALLBACKS
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 DDHAL_DDMOTIONCOMPCALLBACKS
impl Debug for DDHAL_DDMOTIONCOMPCALLBACKS
§impl Default for DDHAL_DDMOTIONCOMPCALLBACKS
impl Default for DDHAL_DDMOTIONCOMPCALLBACKS
impl Copy for DDHAL_DDMOTIONCOMPCALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDMOTIONCOMPCALLBACKS
impl RefUnwindSafe for DDHAL_DDMOTIONCOMPCALLBACKS
impl Send for DDHAL_DDMOTIONCOMPCALLBACKS
impl Sync for DDHAL_DDMOTIONCOMPCALLBACKS
impl Unpin for DDHAL_DDMOTIONCOMPCALLBACKS
impl UnwindSafe for DDHAL_DDMOTIONCOMPCALLBACKS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)