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