[][src]Struct winapi::shared::dxgi1_2::IDXGIAdapter2

#[repr(C)]
pub struct IDXGIAdapter2 { pub lpVtbl: *const IDXGIAdapter2Vtbl, }

Fields

lpVtbl: *const IDXGIAdapter2Vtbl

Methods

impl IDXGIAdapter2[src]

pub unsafe fn GetDesc2(&self, pDesc: *mut DXGI_ADAPTER_DESC2) -> HRESULT[src]

Methods from Deref<Target = IDXGIAdapter1>

pub unsafe fn GetDesc1(&self, pDesc: *mut DXGI_ADAPTER_DESC1) -> HRESULT[src]

Trait Implementations

impl Interface for IDXGIAdapter2[src]

impl Deref for IDXGIAdapter2[src]

type Target = IDXGIAdapter1

The resulting type after dereferencing.

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]