[][src]Struct winapi::shared::d3d9::IDirect3DSurface9Vtbl

#[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: IDirect3DResource9VtblGetContainer: unsafe extern "system" fn(This: *mut IDirect3DSurface9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULTGetDesc: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pDesc: *mut D3DSURFACE_DESC) -> HRESULTLockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9, pLockedRect: *mut D3DLOCKED_RECT, pRect: *const RECT, Flags: DWORD) -> HRESULTUnlockRect: unsafe extern "system" fn(This: *mut IDirect3DSurface9) -> HRESULTGetDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, phdc: *mut HDC) -> HRESULTReleaseDC: unsafe extern "system" fn(This: *mut IDirect3DSurface9, hdc: HDC) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]