Struct winapi::dxgi::IDXGIFactory1 [] [src]

pub struct IDXGIFactory1 {
    pub lpVtbl: *const IDXGIFactory1Vtbl,
}

Fields

lpVtbl

Methods

impl IDXGIFactory1
[src]

unsafe fn EnumAdapters1(&mut self, Adapter: UINT, ppAdapter: *mut *mut IDXGIAdapter1) -> HRESULT

unsafe fn IsCurrent(&mut self) -> BOOL

Methods from Deref<Target=IDXGIFactory>

unsafe fn EnumAdapters(&mut self, Adapter: UINT, ppAdapter: *mut *mut IDXGIAdapter) -> HRESULT

unsafe fn MakeWindowAssociation(&mut self, WindowHandle: HWND, Flags: UINT) -> HRESULT

unsafe fn GetWindowAssociation(&mut self, pWindowHandle: *mut HWND) -> HRESULT

unsafe fn CreateSwapChain(&mut self, pDevice: *mut IUnknown, pDesc: *mut DXGI_SWAP_CHAIN_DESC, ppSwapChain: *mut *mut IDXGISwapChain) -> HRESULT

unsafe fn CreateSoftwareAdapter(&mut self, Module: HMODULE, ppAdapter: *mut *mut IDXGIAdapter) -> HRESULT

Trait Implementations

impl Deref for IDXGIFactory1
[src]

type Target = IDXGIFactory

The resulting type after dereferencing

fn deref(&self) -> &IDXGIFactory

The method called to dereference a value

impl DerefMut for IDXGIFactory1
[src]

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

The method called to mutably dereference a value

Derived Implementations

impl Debug for IDXGIFactory1
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.