Struct dxgi_win::interfaces::IDXGIOutput2
[−]
[src]
pub struct IDXGIOutput2 { pub lpVtbl: *const IDXGIOutput2Vtbl, }
Fields
lpVtbl |
pub struct IDXGIOutput2 { pub lpVtbl: *const IDXGIOutput2Vtbl, }
lpVtbl |
impl IDXGIOutput2
unsafe fn SupportsOverlay(&mut self) -> BOOL
unsafe fn GetDisplayModeList1(&mut self, enum_format: DXGI_FORMAT, flags: UINT, num_modes: *mut UINT, desc: *mut DXGI_MODE_DESC1) -> HRESULT
unsafe fn FindClosestMatchingMode1(&mut self, mode_to_match: *const DXGI_MODE_DESC1, closest_match: *mut DXGI_MODE_DESC1, concerned_device: *mut IUnknown) -> HRESULT
unsafe fn GetDisplaySurfaceData1(&mut self, destination: *mut IDXGIResource) -> HRESULT
unsafe fn DuplicateOutput(&mut self, device: *mut IUnknown, output_duplication: *mut *mut IDXGIOutputDuplication) -> HRESULT
impl Deref for IDXGIOutput2
type Target = IDXGIOutput1
fn deref(&self) -> &IDXGIOutput1
impl DerefMut for IDXGIOutput2
fn deref_mut(&mut self) -> &mut IDXGIOutput1
impl COMInterface for IDXGIOutput2
fn i_unknown(&self) -> &IUnknown
fn i_unknown_mut(&mut self) -> &mut IUnknown
impl QueryIID for IDXGIOutput2
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)