#[repr(C)]
pub struct MLOperatorSchemaDescription { pub name: PSTR, pub operatorSetVersionAtLastChange: i32, pub inputs: *mut MLOperatorSchemaEdgeDescription, pub inputCount: u32, pub outputs: *mut MLOperatorSchemaEdgeDescription, pub outputCount: u32, pub typeConstraints: *mut MLOperatorEdgeTypeConstraint, pub typeConstraintCount: u32, pub attributes: *mut MLOperatorAttribute, pub attributeCount: u32, pub defaultAttributes: *mut MLOperatorAttributeNameValue, pub defaultAttributeCount: u32, }
Expand description

Required features: ‘Win32_AI_MachineLearning_WinML’, ‘Win32_Foundation’

Fields

name: PSTRoperatorSetVersionAtLastChange: i32inputs: *mut MLOperatorSchemaEdgeDescriptioninputCount: u32outputs: *mut MLOperatorSchemaEdgeDescriptionoutputCount: u32typeConstraints: *mut MLOperatorEdgeTypeConstrainttypeConstraintCount: u32attributes: *mut MLOperatorAttributeattributeCount: u32defaultAttributes: *mut MLOperatorAttributeNameValuedefaultAttributeCount: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.