#[repr(C)]pub struct IDXGISurface {
pub lpVtbl: *const IDXGISurfaceVtbl,
}
Fields§
§lpVtbl: *const IDXGISurfaceVtbl
Implementations§
Methods from Deref<Target = IDXGIDeviceSubObject>§
Methods from Deref<Target = IDXGIObject>§
pub unsafe fn SetPrivateData( &self, Name: REFGUID, DataSize: UINT, pData: *const c_void, ) -> HRESULT
pub unsafe fn SetPrivateDataInterface( &self, Name: REFGUID, pUnknown: *const IUnknown, ) -> HRESULT
pub unsafe fn GetPrivateData( &self, Name: REFGUID, pDataSize: *mut UINT, pData: *mut c_void, ) -> HRESULT
pub unsafe fn GetParent( &self, riid: REFIID, ppParent: *mut *mut c_void, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDXGISurface
impl Deref for IDXGISurface
Source§type Target = IDXGIDeviceSubObject
type Target = IDXGIDeviceSubObject
The resulting type after dereferencing.
Source§fn deref(&self) -> &IDXGIDeviceSubObject
fn deref(&self) -> &IDXGIDeviceSubObject
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IDXGISurface
impl RefUnwindSafe for IDXGISurface
impl !Send for IDXGISurface
impl !Sync for IDXGISurface
impl Unpin for IDXGISurface
impl UnwindSafe for IDXGISurface
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