#[repr(C)]pub struct IDirect3DSwapChain9 {
pub lpVtbl: *const IDirect3DSwapChain9Vtbl,
}
Fields§
§lpVtbl: *const IDirect3DSwapChain9Vtbl
Implementations§
Source§impl IDirect3DSwapChain9
impl IDirect3DSwapChain9
pub unsafe fn Present( &self, pSourceRect: *const RECT, pDestRect: *const RECT, hDestWindowOverride: HWND, pDirtyRegion: *const RGNDATA, dwFlags: DWORD, ) -> HRESULT
pub unsafe fn GetFrontBufferData( &self, pDestSurface: *mut IDirect3DSurface9, ) -> HRESULT
pub unsafe fn GetBackBuffer( &self, iBackBuffer: UINT, Type: D3DBACKBUFFER_TYPE, ppBackBuffer: *mut *mut IDirect3DSurface9, ) -> HRESULT
pub unsafe fn GetRasterStatus( &self, pRasterStatus: *mut D3DRASTER_STATUS, ) -> HRESULT
pub unsafe fn GetDisplayMode(&self, pMode: *mut D3DDISPLAYMODE) -> HRESULT
pub unsafe fn GetDevice(&self, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT
pub unsafe fn GetPresentParameters( &self, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDirect3DSwapChain9
impl Deref for IDirect3DSwapChain9
Auto Trait Implementations§
impl Freeze for IDirect3DSwapChain9
impl RefUnwindSafe for IDirect3DSwapChain9
impl !Send for IDirect3DSwapChain9
impl !Sync for IDirect3DSwapChain9
impl Unpin for IDirect3DSwapChain9
impl UnwindSafe for IDirect3DSwapChain9
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