#[repr(C)]pub struct ID3D12QueryHeapVtbl {
pub parent: ID3D12PageableVtbl,
}Fields§
§parent: ID3D12PageableVtblAuto Trait Implementations§
impl Freeze for ID3D12QueryHeapVtbl
impl RefUnwindSafe for ID3D12QueryHeapVtbl
impl Send for ID3D12QueryHeapVtbl
impl Sync for ID3D12QueryHeapVtbl
impl Unpin for ID3D12QueryHeapVtbl
impl UnwindSafe for ID3D12QueryHeapVtbl
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