Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_BINDING_TABLE_DESC
[−]#[repr(C)]pub struct DML_BINDING_TABLE_DESC {
pub Dispatchable: IDMLDispatchable,
pub CPUDescriptorHandle: D3D12_CPU_DESCRIPTOR_HANDLE,
pub GPUDescriptorHandle: D3D12_GPU_DESCRIPTOR_HANDLE,
pub SizeInDescriptors: u32,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
, "Win32_Graphics_Direct3D12"
Fields
Dispatchable: IDMLDispatchable
CPUDescriptorHandle: D3D12_CPU_DESCRIPTOR_HANDLE
GPUDescriptorHandle: D3D12_GPU_DESCRIPTOR_HANDLE
SizeInDescriptors: u32
Trait Implementations
impl Clone for DML_BINDING_TABLE_DESC
impl Clone for DML_BINDING_TABLE_DESC
impl Copy for DML_BINDING_TABLE_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_BINDING_TABLE_DESC
impl !Send for DML_BINDING_TABLE_DESC
impl !Sync for DML_BINDING_TABLE_DESC
impl Unpin for DML_BINDING_TABLE_DESC
impl UnwindSafe for DML_BINDING_TABLE_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more