#[repr(C)]pub struct ID3D11LibraryReflection {
pub lpVtbl: *const ID3D11LibraryReflectionVtbl,
}
Fields§
§lpVtbl: *const ID3D11LibraryReflectionVtbl
Implementations§
Source§impl ID3D11LibraryReflection
impl ID3D11LibraryReflection
pub unsafe fn GetDesc(&self, pDesc: *mut D3D11_LIBRARY_DESC) -> HRESULT
pub unsafe fn GetFunctionByIndex( &self, FunctionIndex: INT, ) -> *mut ID3D11FunctionReflection
Trait Implementations§
Source§impl Deref for ID3D11LibraryReflection
impl Deref for ID3D11LibraryReflection
Auto Trait Implementations§
impl Freeze for ID3D11LibraryReflection
impl RefUnwindSafe for ID3D11LibraryReflection
impl !Send for ID3D11LibraryReflection
impl !Sync for ID3D11LibraryReflection
impl Unpin for ID3D11LibraryReflection
impl UnwindSafe for ID3D11LibraryReflection
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