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