Struct dxgi_win::interfaces::IDXGIOutput2
[−]
[src]
pub struct IDXGIOutput2 {
pub lpVtbl: *const IDXGIOutput2Vtbl,
}Fields
lpVtbl |
pub struct IDXGIOutput2 {
pub lpVtbl: *const IDXGIOutput2Vtbl,
}lpVtbl |
impl IDXGIOutput2unsafe fn SupportsOverlay(&mut self) -> BOOLunsafe fn GetDisplayModeList1(&mut self, enum_format: DXGI_FORMAT, flags: UINT, num_modes: *mut UINT, desc: *mut DXGI_MODE_DESC1) -> HRESULTunsafe fn FindClosestMatchingMode1(&mut self, mode_to_match: *const DXGI_MODE_DESC1, closest_match: *mut DXGI_MODE_DESC1, concerned_device: *mut IUnknown) -> HRESULTunsafe fn GetDisplaySurfaceData1(&mut self, destination: *mut IDXGIResource) -> HRESULTunsafe fn DuplicateOutput(&mut self, device: *mut IUnknown, output_duplication: *mut *mut IDXGIOutputDuplication) -> HRESULTimpl Deref for IDXGIOutput2type Target = IDXGIOutput1fn deref(&self) -> &IDXGIOutput1impl DerefMut for IDXGIOutput2fn deref_mut(&mut self) -> &mut IDXGIOutput1impl COMInterface for IDXGIOutput2fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl 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)