Struct d3d11_win::resource::interfaces::ID3D11DepthStencilView [] [src]

pub struct ID3D11DepthStencilView {
    pub lpVtbl: *const ID3D11DepthStencilViewVtbl,
}

Fields

lpVtbl

Methods

impl ID3D11DepthStencilView

unsafe fn GetDesc(&mut self, pDesc: *mut D3D11_DEPTH_STENCIL_VIEW_DESC)

Methods from Deref<Target=ID3D11View>

unsafe fn GetResource(&mut self, ppResource: *mut *mut ID3D11Resource)

Trait Implementations

impl Deref for ID3D11DepthStencilView

type Target = ID3D11View

fn deref(&self) -> &ID3D11View

impl DerefMut for ID3D11DepthStencilView

fn deref_mut(&mut self) -> &mut ID3D11View

impl COMInterface for ID3D11DepthStencilView

fn i_unknown(&self) -> &IUnknown

fn i_unknown_mut(&mut self) -> &mut IUnknown

impl QueryIID for ID3D11DepthStencilView

fn iid() -> GUID