Struct dxgi_win::interfaces::IDXGIAdapter2
[−]
[src]
pub struct IDXGIAdapter2 { pub lpVtbl: *const IDXGIAdapter2Vtbl, }
Fields
lpVtbl |
pub struct IDXGIAdapter2 { pub lpVtbl: *const IDXGIAdapter2Vtbl, }
lpVtbl |
impl IDXGIAdapter2
unsafe fn GetDesc2(&mut self, desc: *mut DXGI_ADAPTER_DESC2) -> HRESULT
unsafe fn EnumOutputs(&mut self, output_i: UINT, output: *mut *mut IDXGIOutput) -> HRESULT
unsafe fn GetDesc(&mut self, desc: *mut *mut DXGI_ADAPTER_DESC) -> HRESULT
unsafe fn CheckInterfaceSupport(&mut self, interface_name: REFGUID, umd_version: LARGE_INTEGER) -> HRESULT
impl Deref for IDXGIAdapter2
type Target = IDXGIAdapter
fn deref(&self) -> &IDXGIAdapter
impl DerefMut for IDXGIAdapter2
fn deref_mut(&mut self) -> &mut IDXGIAdapter
impl COMInterface for IDXGIAdapter2
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for IDXGIAdapter2
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
)