[][src]Struct winapi::shared::dxgi1_2::IDXGIOutput1Vtbl

#[repr(C)]
pub struct IDXGIOutput1Vtbl { pub parent: IDXGIOutputVtbl, pub GetDisplayModeList1: unsafe extern "system" fn(This: *mut IDXGIOutput1, EnumFormat: DXGI_FORMAT, Flags: UINT, pNumModes: *mut UINT, pDesc: *mut DXGI_MODE_DESC1) -> HRESULT, pub FindClosestMatchingMode1: unsafe extern "system" fn(This: *mut IDXGIOutput1, pModeToMatch: *const DXGI_MODE_DESC1, pClosestMatch: *mut DXGI_MODE_DESC1, pConcernedDevice: *mut IUnknown) -> HRESULT, pub GetDisplaySurfaceData1: unsafe extern "system" fn(This: *mut IDXGIOutput1, pDestination: *mut IDXGIResource) -> HRESULT, pub DuplicateOutput: unsafe extern "system" fn(This: *mut IDXGIOutput1, pDevice: *mut IUnknown, ppOutputDuplication: *mut *mut IDXGIOutputDuplication) -> HRESULT, }

Fields

parent: IDXGIOutputVtblGetDisplayModeList1: unsafe extern "system" fn(This: *mut IDXGIOutput1, EnumFormat: DXGI_FORMAT, Flags: UINT, pNumModes: *mut UINT, pDesc: *mut DXGI_MODE_DESC1) -> HRESULTFindClosestMatchingMode1: unsafe extern "system" fn(This: *mut IDXGIOutput1, pModeToMatch: *const DXGI_MODE_DESC1, pClosestMatch: *mut DXGI_MODE_DESC1, pConcernedDevice: *mut IUnknown) -> HRESULTGetDisplaySurfaceData1: unsafe extern "system" fn(This: *mut IDXGIOutput1, pDestination: *mut IDXGIResource) -> HRESULTDuplicateOutput: unsafe extern "system" fn(This: *mut IDXGIOutput1, pDevice: *mut IUnknown, ppOutputDuplication: *mut *mut IDXGIOutputDuplication) -> HRESULT

Auto Trait Implementations

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]