#[repr(C)]pub struct ID3D12CommandAllocatorVtbl {
pub parent: ID3D12PageableVtbl,
pub Reset: unsafe extern "system" fn(_: *mut ID3D12CommandAllocator) -> i32,
}
Fields§
§parent: ID3D12PageableVtbl
§Reset: unsafe extern "system" fn(_: *mut ID3D12CommandAllocator) -> i32
Auto Trait Implementations§
impl Freeze for ID3D12CommandAllocatorVtbl
impl RefUnwindSafe for ID3D12CommandAllocatorVtbl
impl Send for ID3D12CommandAllocatorVtbl
impl Sync for ID3D12CommandAllocatorVtbl
impl Unpin for ID3D12CommandAllocatorVtbl
impl UnwindSafe for ID3D12CommandAllocatorVtbl
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