Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_CAST_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_CAST_OPERATOR_DESC {
pub InputTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
}
Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *const DML_TENSOR_DESC
OutputTensor: *const DML_TENSOR_DESC
Trait Implementations
impl Clone for DML_CAST_OPERATOR_DESC
impl Clone for DML_CAST_OPERATOR_DESC
impl Copy for DML_CAST_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_CAST_OPERATOR_DESC
impl !Send for DML_CAST_OPERATOR_DESC
impl !Sync for DML_CAST_OPERATOR_DESC
impl Unpin for DML_CAST_OPERATOR_DESC
impl UnwindSafe for DML_CAST_OPERATOR_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more