Struct DDHAL_DDMISCELLANEOUS2CALLBACKS
#[repr(C)]pub struct DDHAL_DDMISCELLANEOUS2CALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub Reserved: *mut c_void,
pub CreateSurfaceEx: LPDDHAL_CREATESURFACEEX,
pub GetDriverState: LPDDHAL_GETDRIVERSTATE,
pub DestroyDDLocal: LPDDHAL_DESTROYDDLOCAL,
}
Fields§
§dwSize: u32
§dwFlags: u32
§Reserved: *mut c_void
§CreateSurfaceEx: LPDDHAL_CREATESURFACEEX
§GetDriverState: LPDDHAL_GETDRIVERSTATE
§DestroyDDLocal: LPDDHAL_DESTROYDDLOCAL
Trait Implementations§
§impl Clone for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Clone for DDHAL_DDMISCELLANEOUS2CALLBACKS
§fn clone(&self) -> DDHAL_DDMISCELLANEOUS2CALLBACKS
fn clone(&self) -> DDHAL_DDMISCELLANEOUS2CALLBACKS
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_DDMISCELLANEOUS2CALLBACKS
impl Debug for DDHAL_DDMISCELLANEOUS2CALLBACKS
§impl Default for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Default for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Copy for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl StructuralPartialEq for DDHAL_DDMISCELLANEOUS2CALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl RefUnwindSafe for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl !Send for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl !Sync for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Unpin for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl UnwindSafe for DDHAL_DDMISCELLANEOUS2CALLBACKS
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