#[repr(C)]pub struct IDirect3DSurface9Vtbl {
pub parent: IDirect3DResource9Vtbl,
pub GetContainer: unsafe extern "system" fn(This: *mut IDirect3DSurface9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULT,
pub GetDesc: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pDesc: *mut D3DSURFACE_DESC) -> HRESULT,
pub LockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pLockedRect: *mut D3DLOCKED_RECT, pRect: *const RECT, Flags: DWORD) -> HRESULT,
pub UnlockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> HRESULT,
pub GetDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, phdc: *mut HDC) -> HRESULT,
pub ReleaseDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, hdc: HDC) -> HRESULT,
}
Fields§
§parent: IDirect3DResource9Vtbl
§GetContainer: unsafe extern "system" fn(This: *mut IDirect3DSurface9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULT
§GetDesc: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pDesc: *mut D3DSURFACE_DESC) -> HRESULT
§LockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pLockedRect: *mut D3DLOCKED_RECT, pRect: *const RECT, Flags: DWORD) -> HRESULT
§UnlockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> HRESULT
§GetDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, phdc: *mut HDC) -> HRESULT
§ReleaseDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, hdc: HDC) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDirect3DSurface9Vtbl
impl RefUnwindSafe for IDirect3DSurface9Vtbl
impl Send for IDirect3DSurface9Vtbl
impl Sync for IDirect3DSurface9Vtbl
impl Unpin for IDirect3DSurface9Vtbl
impl UnwindSafe for IDirect3DSurface9Vtbl
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