#[repr(C)]pub struct IDXGIOutput2Vtbl {
pub parent: IDXGIOutput1Vtbl,
pub SupportsOverlays: unsafe extern "system" fn(This: *mut IDXGIOutput2) -> BOOL,
}
Fields§
§parent: IDXGIOutput1Vtbl
§SupportsOverlays: unsafe extern "system" fn(This: *mut IDXGIOutput2) -> BOOL
Auto Trait Implementations§
impl Freeze for IDXGIOutput2Vtbl
impl RefUnwindSafe for IDXGIOutput2Vtbl
impl Send for IDXGIOutput2Vtbl
impl Sync for IDXGIOutput2Vtbl
impl Unpin for IDXGIOutput2Vtbl
impl UnwindSafe for IDXGIOutput2Vtbl
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