#[repr(C)]pub struct IDirect3DResource9 {
pub lpVtbl: *const IDirect3DResource9Vtbl,
}
Fields§
§lpVtbl: *const IDirect3DResource9Vtbl
Implementations§
Source§impl IDirect3DResource9
impl IDirect3DResource9
pub unsafe fn GetDevice(&self, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT
pub unsafe fn SetPrivateData( &self, refguid: *const GUID, pData: *const VOID, SizeOfData: DWORD, Flags: DWORD, ) -> HRESULT
pub unsafe fn GetPrivateData( &self, refguid: *const GUID, pData: *mut VOID, pSizeOfData: *mut DWORD, ) -> HRESULT
pub unsafe fn FreePrivateData(&self, refguid: *const GUID) -> HRESULT
pub unsafe fn SetPriority(&self, PriorityNew: DWORD) -> DWORD
pub unsafe fn GetPriority(&self) -> DWORD
pub unsafe fn PreLoad(&self)
pub unsafe fn GetType(&self) -> D3DRESOURCETYPE
Trait Implementations§
Source§impl Deref for IDirect3DResource9
impl Deref for IDirect3DResource9
Auto Trait Implementations§
impl Freeze for IDirect3DResource9
impl RefUnwindSafe for IDirect3DResource9
impl !Send for IDirect3DResource9
impl !Sync for IDirect3DResource9
impl Unpin for IDirect3DResource9
impl UnwindSafe for IDirect3DResource9
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