Struct windows::Win32::Graphics::Direct3D12::ID3D12Device8_Vtbl

#[repr(C)]
pub struct ID3D12Device8_Vtbl { pub base__: ID3D12Device7_Vtbl, pub GetResourceAllocationInfo2: unsafe extern "system" fn(_: *mut c_void, _: *mut D3D12_RESOURCE_ALLOCATION_INFO, _: u32, _: u32, _: *const D3D12_RESOURCE_DESC1, _: *mut D3D12_RESOURCE_ALLOCATION_INFO1), pub CreateCommittedResource2: unsafe extern "system" fn(_: *mut c_void, _: *const D3D12_HEAP_PROPERTIES, _: D3D12_HEAP_FLAGS, _: *const D3D12_RESOURCE_DESC1, _: D3D12_RESOURCE_STATES, _: *const D3D12_CLEAR_VALUE, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub CreatePlacedResource1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: *const D3D12_RESOURCE_DESC1, _: D3D12_RESOURCE_STATES, _: *const D3D12_CLEAR_VALUE, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub CreateSamplerFeedbackUnorderedAccessView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: D3D12_CPU_DESCRIPTOR_HANDLE), pub GetCopyableFootprints1: unsafe extern "system" fn(_: *mut c_void, _: *const D3D12_RESOURCE_DESC1, _: u32, _: u32, _: u64, _: *mut D3D12_PLACED_SUBRESOURCE_FOOTPRINT, _: *mut u32, _: *mut u64, _: *mut u64), }

Fields§

§base__: ID3D12Device7_Vtbl§GetResourceAllocationInfo2: unsafe extern "system" fn(_: *mut c_void, _: *mut D3D12_RESOURCE_ALLOCATION_INFO, _: u32, _: u32, _: *const D3D12_RESOURCE_DESC1, _: *mut D3D12_RESOURCE_ALLOCATION_INFO1)§CreateCommittedResource2: unsafe extern "system" fn(_: *mut c_void, _: *const D3D12_HEAP_PROPERTIES, _: D3D12_HEAP_FLAGS, _: *const D3D12_RESOURCE_DESC1, _: D3D12_RESOURCE_STATES, _: *const D3D12_CLEAR_VALUE, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT§CreatePlacedResource1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: *const D3D12_RESOURCE_DESC1, _: D3D12_RESOURCE_STATES, _: *const D3D12_CLEAR_VALUE, _: *const GUID, _: *mut *mut c_void) -> HRESULT§CreateSamplerFeedbackUnorderedAccessView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: D3D12_CPU_DESCRIPTOR_HANDLE)§GetCopyableFootprints1: unsafe extern "system" fn(_: *mut c_void, _: *const D3D12_RESOURCE_DESC1, _: u32, _: u32, _: u64, _: *mut D3D12_PLACED_SUBRESOURCE_FOOTPRINT, _: *mut u32, _: *mut u64, _: *mut u64)

Implementations§

§

impl ID3D12Device8_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> ID3D12Device8_Vtbl
where Identity: ID3D12Device8_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.