Struct winapi::d3d12::ID3D12Heap [] [src]

pub struct ID3D12Heap {
    pub lpVtbl: *const ID3D12HeapVtbl,
}

Fields

lpVtbl: *const ID3D12HeapVtbl

Methods

impl ID3D12Heap
[src]

unsafe fn GetDesc(&mut self, __ret_val: *mut D3D12_HEAP_DESC) -> *mut D3D12_HEAP_DESC

Trait Implementations

impl Debug for ID3D12Heap
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ID3D12Heap
[src]

type Target = ID3D12Pageable

The resulting type after dereferencing

fn deref(&self) -> &ID3D12Pageable

The method called to dereference a value

impl DerefMut for ID3D12Heap
[src]

fn deref_mut(&mut self) -> &mut ID3D12Pageable

The method called to mutably dereference a value