[][src]Struct winapi::shared::dxgi1_6::IDXGIOutput6

#[repr(C)]
pub struct IDXGIOutput6 { pub lpVtbl: *const IDXGIOutput6Vtbl, }

Fields

lpVtbl: *const IDXGIOutput6Vtbl

Methods

impl IDXGIOutput6[src]

pub unsafe fn GetDesc1(&self, pDesc: *mut DXGI_OUTPUT_DESC1) -> HRESULT[src]

pub unsafe fn CheckHardwareCompositionSupport(
    &self,
    pFlags: *mut UINT
) -> HRESULT
[src]

Methods from Deref<Target = IDXGIOutput5>

pub unsafe fn DuplicateOutput1(
    &self,
    pDevice: *mut IUnknown,
    Flags: UINT,
    SupportedFormatsCount: UINT,
    pSupportedFormats: *const DXGI_FORMAT,
    ppOutputDuplication: *mut *mut IDXGIOutputDuplication
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDXGIOutput6[src]

impl Deref for IDXGIOutput6[src]

type Target = IDXGIOutput5

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for IDXGIOutput6

impl !Sync for IDXGIOutput6

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]