[][src]Struct winapi::um::d3d11sdklayers::ID3D11DebugVtbl

#[repr(C)]
pub struct ID3D11DebugVtbl {
    pub parent: IUnknownVtbl,
    pub SetFeatureMask: unsafe extern "system" fn(This: *mut ID3D11Debug, Mask: UINT) -> HRESULT,
    pub GetFeatureMask: unsafe extern "system" fn(This: *mut ID3D11Debug) -> UINT,
    pub SetPresentPerRenderOpDelay: unsafe extern "system" fn(This: *mut ID3D11Debug, Milliseconds: UINT) -> HRESULT,
    pub GetPresentPerRenderOpDelay: unsafe extern "system" fn(This: *mut ID3D11Debug) -> UINT,
    pub SetSwapChain: unsafe extern "system" fn(This: *mut ID3D11Debug, pSwapChain: *mut IDXGISwapChain) -> HRESULT,
    pub GetSwapChain: unsafe extern "system" fn(This: *mut ID3D11Debug, ppSwapChain: *mut *mut IDXGISwapChain) -> HRESULT,
    pub ValidateContext: unsafe extern "system" fn(This: *mut ID3D11Debug, pContext: *const ID3D11DeviceContext) -> HRESULT,
    pub ReportLiveDeviceObjects: unsafe extern "system" fn(This: *mut ID3D11Debug, Flags: D3D11_RLDO_FLAGS) -> HRESULT,
    pub ValidateContextForDispatch: unsafe extern "system" fn(This: *mut ID3D11Debug, pContext: *mut ID3D11DeviceContext) -> HRESULT,
}

Fields

parent: IUnknownVtblSetFeatureMask: unsafe extern "system" fn(This: *mut ID3D11Debug, Mask: UINT) -> HRESULTGetFeatureMask: unsafe extern "system" fn(This: *mut ID3D11Debug) -> UINTSetPresentPerRenderOpDelay: unsafe extern "system" fn(This: *mut ID3D11Debug, Milliseconds: UINT) -> HRESULTGetPresentPerRenderOpDelay: unsafe extern "system" fn(This: *mut ID3D11Debug) -> UINTSetSwapChain: unsafe extern "system" fn(This: *mut ID3D11Debug, pSwapChain: *mut IDXGISwapChain) -> HRESULTGetSwapChain: unsafe extern "system" fn(This: *mut ID3D11Debug, ppSwapChain: *mut *mut IDXGISwapChain) -> HRESULTValidateContext: unsafe extern "system" fn(This: *mut ID3D11Debug, pContext: *const ID3D11DeviceContext) -> HRESULTReportLiveDeviceObjects: unsafe extern "system" fn(This: *mut ID3D11Debug, Flags: D3D11_RLDO_FLAGS) -> HRESULTValidateContextForDispatch: unsafe extern "system" fn(This: *mut ID3D11Debug, pContext: *mut ID3D11DeviceContext) -> 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]