Struct winapi::dxgi1_2::IDXGIOutput1 [] [src]

pub struct IDXGIOutput1 {
    pub lpVtbl: *const IDXGIOutput1Vtbl,
}

Fields

lpVtbl

Methods

impl IDXGIOutput1
[src]

unsafe fn GetDisplayModeList1(&mut self, EnumFormat: DXGI_FORMAT, Flags: UINT, pNumModes: *mut UINT, pDesc: *mut DXGI_MODE_DESC1) -> HRESULT

unsafe fn FindClosestMatchingMode1(&mut self, pModeToMatch: *const DXGI_MODE_DESC1, pClosestMatch: *mut DXGI_MODE_DESC1, pConcernedDevice: *mut IUnknown) -> HRESULT

unsafe fn GetDisplaySurfaceData1(&mut self, pDestination: *mut IDXGIResource) -> HRESULT

unsafe fn DuplicateOutput(&mut self, pDevice: *mut IUnknown, ppOutputDuplication: *mut *mut IDXGIOutputDuplication) -> HRESULT

Methods from Deref<Target=IDXGIOutput>

unsafe fn GetDesc(&mut self, pDesc: *mut DXGI_OUTPUT_DESC) -> HRESULT

unsafe fn GetDisplayModeList(&mut self, EnumFormat: DXGI_FORMAT, Flags: UINT, pNumModes: *mut UINT, pDesc: *mut DXGI_MODE_DESC) -> HRESULT

unsafe fn FindClosestMatchingMode(&mut self, pModeToMatch: *const DXGI_MODE_DESC, pClosestMatch: *mut DXGI_MODE_DESC, pConcernedDevice: *mut IUnknown) -> HRESULT

unsafe fn WaitForVBlank(&mut self) -> HRESULT

unsafe fn TakeOwnership(&mut self, pDevice: *mut IUnknown, Exclusive: BOOL) -> HRESULT

unsafe fn ReleaseOwnership(&mut self)

unsafe fn GetGammaControlCapabilities(&mut self, pGammaCaps: *mut DXGI_GAMMA_CONTROL_CAPABILITIES) -> HRESULT

unsafe fn SetGammaControl(&mut self, pArray: *const DXGI_GAMMA_CONTROL) -> HRESULT

unsafe fn GetGammaControl(&mut self, pArray: *mut DXGI_GAMMA_CONTROL) -> HRESULT

unsafe fn SetDisplaySurface(&mut self, pScanoutSurface: *mut IDXGISurface) -> HRESULT

unsafe fn GetDisplaySurfaceData(&mut self, pDestination: *mut IDXGISurface) -> HRESULT

unsafe fn GetFrameStatistics(&mut self, pStats: *mut DXGI_FRAME_STATISTICS) -> HRESULT

Trait Implementations

impl Deref for IDXGIOutput1
[src]

type Target = IDXGIOutput

The resulting type after dereferencing

fn deref(&self) -> &IDXGIOutput

The method called to dereference a value

impl DerefMut for IDXGIOutput1
[src]

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

The method called to mutably dereference a value

Derived Implementations

impl Debug for IDXGIOutput1
[src]

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

Formats the value using the given formatter.