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

#[repr(C)]
pub struct IDirect3DVolume9Vtbl { pub parent: IUnknownVtbl, pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVolume9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT, pub SetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *const VOID, SizeOfData: DWORD, Flags: DWORD) -> HRESULT, pub GetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *mut VOID, pSizeOfData: *mut DWORD) -> HRESULT, pub FreePrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID) -> HRESULT, pub GetContainer: unsafe extern "system" fn(This: *mut IDirect3DVolume9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULT, pub GetDesc: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pDesc: *mut D3DVOLUME_DESC) -> HRESULT, pub LockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pLockedVolume: *mut D3DLOCKED_BOX, pBox: *const D3DBOX, Flags: DWORD) -> HRESULT, pub UnlockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9) -> HRESULT, }

Fields

parent: IUnknownVtblGetDevice: unsafe extern "system" fn(This: *mut IDirect3DVolume9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULTSetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *const VOID, SizeOfData: DWORD, Flags: DWORD) -> HRESULTGetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *mut VOID, pSizeOfData: *mut DWORD) -> HRESULTFreePrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID) -> HRESULTGetContainer: unsafe extern "system" fn(This: *mut IDirect3DVolume9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULTGetDesc: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pDesc: *mut D3DVOLUME_DESC) -> HRESULTLockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pLockedVolume: *mut D3DLOCKED_BOX, pBox: *const D3DBOX, Flags: DWORD) -> HRESULTUnlockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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