#[repr(C)]pub struct IDXGISurface1 {
pub lpVtbl: *const IDXGISurface1Vtbl,
}
Fields§
§lpVtbl: *const IDXGISurface1Vtbl
Implementations§
Methods from Deref<Target = IDXGISurface>§
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 IDXGISurface1
impl Deref for IDXGISurface1
Source§type Target = IDXGISurface
type Target = IDXGISurface
The resulting type after dereferencing.
Source§fn deref(&self) -> &IDXGISurface
fn deref(&self) -> &IDXGISurface
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IDXGISurface1
impl RefUnwindSafe for IDXGISurface1
impl !Send for IDXGISurface1
impl !Sync for IDXGISurface1
impl Unpin for IDXGISurface1
impl UnwindSafe for IDXGISurface1
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