#[repr(C)]pub struct IDXGIDisplayControl {
pub lpVtbl: *const IDXGIDisplayControlVtbl,
}
Fields§
§lpVtbl: *const IDXGIDisplayControlVtbl
Implementations§
Source§impl IDXGIDisplayControl
impl IDXGIDisplayControl
pub unsafe fn IsStereoEnabled(&self) -> BOOL
pub unsafe fn SetStereoEnabled(&self, enabled: BOOL)
Trait Implementations§
Source§impl Deref for IDXGIDisplayControl
impl Deref for IDXGIDisplayControl
Auto Trait Implementations§
impl Freeze for IDXGIDisplayControl
impl RefUnwindSafe for IDXGIDisplayControl
impl !Send for IDXGIDisplayControl
impl !Sync for IDXGIDisplayControl
impl Unpin for IDXGIDisplayControl
impl UnwindSafe for IDXGIDisplayControl
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