Struct windows::Win32::Graphics::Direct3D9::IDirect3DSwapChain9Ex_Vtbl
#[repr(C)]pub struct IDirect3DSwapChain9Ex_Vtbl {
pub base__: IDirect3DSwapChain9_Vtbl,
pub GetLastPresentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPresentStats: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DPRESENTSTATS) -> HRESULT,
pub GetDisplayModeEx: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DDISPLAYMODEEX, _: *mut D3DDISPLAYROTATION) -> HRESULT,
}
Fields§
§base__: IDirect3DSwapChain9_Vtbl
§GetLastPresentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPresentStats: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DPRESENTSTATS) -> HRESULT
§GetDisplayModeEx: unsafe extern "system" fn(_: *mut c_void, _: *mut D3DDISPLAYMODEEX, _: *mut D3DDISPLAYROTATION) -> HRESULT
Implementations§
§impl IDirect3DSwapChain9Ex_Vtbl
impl IDirect3DSwapChain9Ex_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirect3DSwapChain9Ex_Vtblwhere
Identity: IDirect3DSwapChain9Ex_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirect3DSwapChain9Ex_Vtbl
impl RefUnwindSafe for IDirect3DSwapChain9Ex_Vtbl
impl Send for IDirect3DSwapChain9Ex_Vtbl
impl Sync for IDirect3DSwapChain9Ex_Vtbl
impl Unpin for IDirect3DSwapChain9Ex_Vtbl
impl UnwindSafe for IDirect3DSwapChain9Ex_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