Struct windows_sys::Win32::AI::MachineLearning::WinML::WINML_MAP_BINDING_DESC
[−]#[repr(C)]pub struct WINML_MAP_BINDING_DESC {
pub ElementCount: u32,
pub KeyType: WINML_TENSOR_DATA_TYPE,
pub Anonymous1: WINML_MAP_BINDING_DESC_0,
pub Fields: WINML_TENSOR_DATA_TYPE,
pub Anonymous2: WINML_MAP_BINDING_DESC_1,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
ElementCount: u32
KeyType: WINML_TENSOR_DATA_TYPE
Anonymous1: WINML_MAP_BINDING_DESC_0
Fields: WINML_TENSOR_DATA_TYPE
Anonymous2: WINML_MAP_BINDING_DESC_1
Trait Implementations
impl Clone for WINML_MAP_BINDING_DESC
impl Clone for WINML_MAP_BINDING_DESC
impl Copy for WINML_MAP_BINDING_DESC
Auto Trait Implementations
impl RefUnwindSafe for WINML_MAP_BINDING_DESC
impl !Send for WINML_MAP_BINDING_DESC
impl !Sync for WINML_MAP_BINDING_DESC
impl Unpin for WINML_MAP_BINDING_DESC
impl UnwindSafe for WINML_MAP_BINDING_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