Struct DD_D3DBUFCALLBACKS
#[repr(C)]pub struct DD_D3DBUFCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub CanCreateD3DBuffer: PDD_CANCREATESURFACE,
pub CreateD3DBuffer: PDD_CREATESURFACE,
pub DestroyD3DBuffer: PDD_SURFCB_DESTROYSURFACE,
pub LockD3DBuffer: PDD_SURFCB_LOCK,
pub UnlockD3DBuffer: PDD_SURFCB_UNLOCK,
}
Fields§
§dwSize: u32
§dwFlags: u32
§CanCreateD3DBuffer: PDD_CANCREATESURFACE
§CreateD3DBuffer: PDD_CREATESURFACE
§DestroyD3DBuffer: PDD_SURFCB_DESTROYSURFACE
§LockD3DBuffer: PDD_SURFCB_LOCK
§UnlockD3DBuffer: PDD_SURFCB_UNLOCK
Trait Implementations§
§impl Clone for DD_D3DBUFCALLBACKS
impl Clone for DD_D3DBUFCALLBACKS
§fn clone(&self) -> DD_D3DBUFCALLBACKS
fn clone(&self) -> DD_D3DBUFCALLBACKS
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 DD_D3DBUFCALLBACKS
impl Debug for DD_D3DBUFCALLBACKS
§impl Default for DD_D3DBUFCALLBACKS
impl Default for DD_D3DBUFCALLBACKS
§impl PartialEq for DD_D3DBUFCALLBACKS
impl PartialEq for DD_D3DBUFCALLBACKS
impl Copy for DD_D3DBUFCALLBACKS
impl StructuralPartialEq for DD_D3DBUFCALLBACKS
Auto Trait Implementations§
impl Freeze for DD_D3DBUFCALLBACKS
impl RefUnwindSafe for DD_D3DBUFCALLBACKS
impl Send for DD_D3DBUFCALLBACKS
impl Sync for DD_D3DBUFCALLBACKS
impl Unpin for DD_D3DBUFCALLBACKS
impl UnwindSafe for DD_D3DBUFCALLBACKS
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