#[repr(C)]pub struct IDXGIOutput6Vtbl {
pub parent: IDXGIOutput5Vtbl,
pub GetDesc1: unsafe extern "system" fn(This: *mut IDXGIOutput6, pDesc: *mut DXGI_OUTPUT_DESC1) -> HRESULT,
pub CheckHardwareCompositionSupport: unsafe extern "system" fn(This: *mut IDXGIOutput6, pFlags: *mut UINT) -> HRESULT,
}Fields§
§parent: IDXGIOutput5Vtbl§GetDesc1: unsafe extern "system" fn(This: *mut IDXGIOutput6, pDesc: *mut DXGI_OUTPUT_DESC1) -> HRESULT§CheckHardwareCompositionSupport: unsafe extern "system" fn(This: *mut IDXGIOutput6, pFlags: *mut UINT) -> HRESULTAuto Trait Implementations§
impl Freeze for IDXGIOutput6Vtbl
impl RefUnwindSafe for IDXGIOutput6Vtbl
impl Send for IDXGIOutput6Vtbl
impl Sync for IDXGIOutput6Vtbl
impl Unpin for IDXGIOutput6Vtbl
impl UnwindSafe for IDXGIOutput6Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more