Struct DDHAL_DDKERNELCALLBACKS
#[repr(C)]pub struct DDHAL_DDKERNELCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub SyncSurfaceData: LPDDHALKERNELCB_SYNCSURFACE,
pub SyncVideoPortData: LPDDHALKERNELCB_SYNCVIDEOPORT,
}
Fields§
§dwSize: u32
§dwFlags: u32
§SyncSurfaceData: LPDDHALKERNELCB_SYNCSURFACE
§SyncVideoPortData: LPDDHALKERNELCB_SYNCVIDEOPORT
Trait Implementations§
§impl Clone for DDHAL_DDKERNELCALLBACKS
impl Clone for DDHAL_DDKERNELCALLBACKS
§fn clone(&self) -> DDHAL_DDKERNELCALLBACKS
fn clone(&self) -> DDHAL_DDKERNELCALLBACKS
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_DDKERNELCALLBACKS
impl Debug for DDHAL_DDKERNELCALLBACKS
§impl Default for DDHAL_DDKERNELCALLBACKS
impl Default for DDHAL_DDKERNELCALLBACKS
§impl PartialEq for DDHAL_DDKERNELCALLBACKS
impl PartialEq for DDHAL_DDKERNELCALLBACKS
impl Copy for DDHAL_DDKERNELCALLBACKS
impl StructuralPartialEq for DDHAL_DDKERNELCALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDKERNELCALLBACKS
impl RefUnwindSafe for DDHAL_DDKERNELCALLBACKS
impl Send for DDHAL_DDKERNELCALLBACKS
impl Sync for DDHAL_DDKERNELCALLBACKS
impl Unpin for DDHAL_DDKERNELCALLBACKS
impl UnwindSafe for DDHAL_DDKERNELCALLBACKS
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