Struct windows::Win32::Graphics::Dxgi::IDXGIDisplayControl_Vtbl
#[repr(C)]pub struct IDXGIDisplayControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsStereoEnabled: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub SetStereoEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL),
}
Fields§
§base__: IUnknown_Vtbl
§IsStereoEnabled: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§SetStereoEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL)
Implementations§
§impl IDXGIDisplayControl_Vtbl
impl IDXGIDisplayControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXGIDisplayControl_Vtblwhere
Identity: IDXGIDisplayControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXGIDisplayControl_Vtbl
impl RefUnwindSafe for IDXGIDisplayControl_Vtbl
impl Send for IDXGIDisplayControl_Vtbl
impl Sync for IDXGIDisplayControl_Vtbl
impl Unpin for IDXGIDisplayControl_Vtbl
impl UnwindSafe for IDXGIDisplayControl_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