#[repr(C)]
pub union MLOperatorEdgeDescription_0 {
pub reserved: u64,
pub tensorDataType: MLOperatorTensorDataType,
}Expand description
Required features: ‘Win32_AI_MachineLearning_WinML’
Fields
reserved: u64tensorDataType: MLOperatorTensorDataTypeTrait Implementations
impl Clone for MLOperatorEdgeDescription_0
impl Clone for MLOperatorEdgeDescription_0
impl Copy for MLOperatorEdgeDescription_0
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorEdgeDescription_0
impl Send for MLOperatorEdgeDescription_0
impl Sync for MLOperatorEdgeDescription_0
impl Unpin for MLOperatorEdgeDescription_0
impl UnwindSafe for MLOperatorEdgeDescription_0
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