Struct winapi::dxgi1_4::IDXGIOutput4 [] [src]

pub struct IDXGIOutput4 {
    pub lpVtbl: *const IDXGIOutput4Vtbl,
}

Fields

lpVtbl: *const IDXGIOutput4Vtbl

Methods

impl IDXGIOutput4
[src]

unsafe fn CheckOverlayColorSpaceSupport(&mut self, Format: DXGI_FORMAT, ColorSpace: DXGI_COLOR_SPACE_TYPE, pConcernedDevice: *mut IUnknown, pFlags: *mut UINT) -> HRESULT

Methods from Deref<Target=IDXGIOutput3>

unsafe fn CheckOverlaySupport(&mut self, EnumFormat: DXGI_FORMAT, pConcernedDevice: *mut IUnknown, pFlags: *mut UINT) -> HRESULT

Trait Implementations

impl Debug for IDXGIOutput4
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGIOutput4
[src]

type Target = IDXGIOutput3

The resulting type after dereferencing

fn deref(&self) -> &IDXGIOutput3

The method called to dereference a value

impl DerefMut for IDXGIOutput4
[src]

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

The method called to mutably dereference a value