Struct windows_sys::Win32::Graphics::DirectDraw::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
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
impl Copy for DD_D3DBUFCALLBACKS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more