#[repr(C)]pub struct ID3D11Module {
pub lpVtbl: *const ID3D11ModuleVtbl,
}
Fields§
§lpVtbl: *const ID3D11ModuleVtbl
Implementations§
Source§impl ID3D11Module
impl ID3D11Module
pub unsafe fn CreateInstance( &self, pNamespace: LPCSTR, ppModuleInstance: *mut *mut ID3D11ModuleInstance, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ID3D11Module
impl Deref for ID3D11Module
Auto Trait Implementations§
impl Freeze for ID3D11Module
impl RefUnwindSafe for ID3D11Module
impl !Send for ID3D11Module
impl !Sync for ID3D11Module
impl Unpin for ID3D11Module
impl UnwindSafe for ID3D11Module
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