#[repr(C)]pub struct WINML_SEQUENCE_VARIABLE_DESC {
pub ElementType: WINML_TENSOR_DATA_TYPE,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
ElementType: WINML_TENSOR_DATA_TYPE
Trait Implementations
impl Clone for WINML_SEQUENCE_VARIABLE_DESC
impl Clone for WINML_SEQUENCE_VARIABLE_DESC
impl Copy for WINML_SEQUENCE_VARIABLE_DESC
Auto Trait Implementations
impl RefUnwindSafe for WINML_SEQUENCE_VARIABLE_DESC
impl Send for WINML_SEQUENCE_VARIABLE_DESC
impl Sync for WINML_SEQUENCE_VARIABLE_DESC
impl Unpin for WINML_SEQUENCE_VARIABLE_DESC
impl UnwindSafe for WINML_SEQUENCE_VARIABLE_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