#[repr(C)]pub struct MLOperatorSchemaEdgeDescription {
pub options: MLOperatorParameterOptions,
pub typeFormat: MLOperatorSchemaEdgeTypeFormat,
pub Anonymous: MLOperatorSchemaEdgeDescription_0,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
options: MLOperatorParameterOptions
typeFormat: MLOperatorSchemaEdgeTypeFormat
Anonymous: MLOperatorSchemaEdgeDescription_0
Trait Implementations
impl Clone for MLOperatorSchemaEdgeDescription
impl Clone for MLOperatorSchemaEdgeDescription
impl Copy for MLOperatorSchemaEdgeDescription
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorSchemaEdgeDescription
impl !Send for MLOperatorSchemaEdgeDescription
impl !Sync for MLOperatorSchemaEdgeDescription
impl Unpin for MLOperatorSchemaEdgeDescription
impl UnwindSafe for MLOperatorSchemaEdgeDescription
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