Struct d3d11_win::resource::interfaces::ID3D11View
[−]
[src]
pub struct ID3D11View { pub lpVtbl: *const ID3D11ViewVtbl, }
Fields
lpVtbl |
pub struct ID3D11View { pub lpVtbl: *const ID3D11ViewVtbl, }
lpVtbl |
impl ID3D11View
unsafe fn GetResource(&mut self, ppResource: *mut *mut ID3D11Resource)
unsafe fn GetDevice(&mut self, device: *mut *mut ID3D11Device)
unsafe fn GetPrivateData(&mut self, guid: REFGUID, data_size: *mut UINT, data: *mut c_void) -> HRESULT
unsafe fn SetPrivateData(&mut self, guid: REFGUID, data_size: UINT, data: *const c_void) -> HRESULT
unsafe fn SetPrivateDataInterface(&mut self, guid: REFGUID, data: *const IUnknown) -> HRESULT
impl Deref for ID3D11View
type Target = ID3D11DeviceChild
fn deref(&self) -> &ID3D11DeviceChild
impl DerefMut for ID3D11View
fn deref_mut(&mut self) -> &mut ID3D11DeviceChild
impl COMInterface for ID3D11View
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for ID3D11View
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)