Struct winapi::d3d12::ID3D12CommandAllocator
[−]
[src]
pub struct ID3D12CommandAllocator { pub lpVtbl: *const ID3D12CommandAllocatorVtbl, }
Fields
lpVtbl |
Methods
impl ID3D12CommandAllocator
[src]
Trait Implementations
impl Deref for ID3D12CommandAllocator
[src]
type Target = ID3D12Pageable
The resulting type after dereferencing
fn deref(&self) -> &ID3D12Pageable
The method called to dereference a value
impl DerefMut for ID3D12CommandAllocator
[src]
fn deref_mut(&mut self) -> &mut ID3D12Pageable
The method called to mutably dereference a value