#[repr(C)]pub struct IDXGIDevice1Vtbl {
pub parent: IDXGIDeviceVtbl,
pub SetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, MaxLatency: UINT) -> HRESULT,
pub GetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, pMaxLatency: *mut UINT) -> HRESULT,
}
Fields§
§parent: IDXGIDeviceVtbl
§SetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, MaxLatency: UINT) -> HRESULT
§GetMaximumFrameLatency: unsafe extern "system" fn(This: *mut IDXGIDevice1, pMaxLatency: *mut UINT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDXGIDevice1Vtbl
impl RefUnwindSafe for IDXGIDevice1Vtbl
impl Send for IDXGIDevice1Vtbl
impl Sync for IDXGIDevice1Vtbl
impl Unpin for IDXGIDevice1Vtbl
impl UnwindSafe for IDXGIDevice1Vtbl
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