Struct winapi::dxgi1_3::IDXGIOutput2 [] [src]

pub struct IDXGIOutput2 {
    pub lpVtbl: *const IDXGIOutput2Vtbl,
}

Fields

lpVtbl: *const IDXGIOutput2Vtbl

Methods

impl IDXGIOutput2
[src]

unsafe fn SupportsOverlays(&mut self) -> BOOL

Methods from Deref<Target=IDXGIOutput1>

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

Trait Implementations

impl Debug for IDXGIOutput2
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGIOutput2
[src]

type Target = IDXGIOutput1

The resulting type after dereferencing

fn deref(&self) -> &IDXGIOutput1

The method called to dereference a value

impl DerefMut for IDXGIOutput2
[src]

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

The method called to mutably dereference a value