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: u32dwFlags: u32CanCreateD3DBuffer: PDD_CANCREATESURFACECreateD3DBuffer: PDD_CREATESURFACEDestroyD3DBuffer: PDD_SURFCB_DESTROYSURFACELockD3DBuffer: PDD_SURFCB_LOCKUnlockD3DBuffer: PDD_SURFCB_UNLOCKTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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