Struct windows::Win32::Graphics::Direct3D9::IDirect3DSurface9_Vtbl
#[repr(C)]pub struct IDirect3DSurface9_Vtbl {
pub base__: IDirect3DResource9_Vtbl,
pub GetContainer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetDesc: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DSURFACE_DESC) -> HRESULT,
pub LockRect: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DLOCKED_RECT, _: *const RECT, _: u32) -> HRESULT,
pub UnlockRect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDC: unsafe extern "system" fn(_: *mut c_void, _: *mut HDC) -> HRESULT,
pub ReleaseDC: unsafe extern "system" fn(_: *mut c_void, _: HDC) -> HRESULT,
}
Fields§
§base__: IDirect3DResource9_Vtbl
§GetContainer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetDesc: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DSURFACE_DESC) -> HRESULT
§LockRect: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DLOCKED_RECT, _: *const RECT, _: u32) -> HRESULT
§UnlockRect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetDC: unsafe extern "system" fn(_: *mut c_void, _: *mut HDC) -> HRESULT
§ReleaseDC: unsafe extern "system" fn(_: *mut c_void, _: HDC) -> HRESULT
Implementations§
§impl IDirect3DSurface9_Vtbl
impl IDirect3DSurface9_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirect3DSurface9_Vtblwhere
Identity: IDirect3DSurface9_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirect3DSurface9_Vtbl
impl RefUnwindSafe for IDirect3DSurface9_Vtbl
impl Send for IDirect3DSurface9_Vtbl
impl Sync for IDirect3DSurface9_Vtbl
impl Unpin for IDirect3DSurface9_Vtbl
impl UnwindSafe for IDirect3DSurface9_Vtbl
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