Struct windows::Win32::Graphics::Dxgi::IDXGIOutput6_Vtbl
#[repr(C)]pub struct IDXGIOutput6_Vtbl {
pub base__: IDXGIOutput5_Vtbl,
pub GetDesc1: unsafe extern "system" fn(_: *mut c_void, _: *mut DXGI_OUTPUT_DESC1) -> HRESULT,
pub CheckHardwareCompositionSupport: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDXGIOutput5_Vtbl
§GetDesc1: unsafe extern "system" fn(_: *mut c_void, _: *mut DXGI_OUTPUT_DESC1) -> HRESULT
§CheckHardwareCompositionSupport: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IDXGIOutput6_Vtbl
impl IDXGIOutput6_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIOutput6_Vtblwhere
Identity: IDXGIOutput6_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIOutput6_Vtbl
impl RefUnwindSafe for IDXGIOutput6_Vtbl
impl Send for IDXGIOutput6_Vtbl
impl Sync for IDXGIOutput6_Vtbl
impl Unpin for IDXGIOutput6_Vtbl
impl UnwindSafe for IDXGIOutput6_Vtbl
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