Struct winapi::dxgi1_3::IDXGIOutput3 [] [src]

pub struct IDXGIOutput3 {
    pub lpVtbl: *const IDXGIOutput3Vtbl,
}

Fields

lpVtbl: *const IDXGIOutput3Vtbl

Methods

impl IDXGIOutput3
[src]

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

Methods from Deref<Target=IDXGIOutput2>

unsafe fn SupportsOverlays(&mut self) -> BOOL

Trait Implementations

impl Debug for IDXGIOutput3
[src]

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

Formats the value using the given formatter.

impl Deref for IDXGIOutput3
[src]

type Target = IDXGIOutput2

The resulting type after dereferencing

fn deref(&self) -> &IDXGIOutput2

The method called to dereference a value

impl DerefMut for IDXGIOutput3
[src]

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

The method called to mutably dereference a value