Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorSchemaDescription
[−]#[repr(C)]pub struct MLOperatorSchemaDescription {
pub name: PCSTR,
pub operatorSetVersionAtLastChange: i32,
pub inputs: *const MLOperatorSchemaEdgeDescription,
pub inputCount: u32,
pub outputs: *const MLOperatorSchemaEdgeDescription,
pub outputCount: u32,
pub typeConstraints: *const MLOperatorEdgeTypeConstraint,
pub typeConstraintCount: u32,
pub attributes: *const MLOperatorAttribute,
pub attributeCount: u32,
pub defaultAttributes: *const MLOperatorAttributeNameValue,
pub defaultAttributeCount: u32,
}Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
name: PCSTRoperatorSetVersionAtLastChange: i32inputs: *const MLOperatorSchemaEdgeDescriptioninputCount: u32outputs: *const MLOperatorSchemaEdgeDescriptionoutputCount: u32typeConstraints: *const MLOperatorEdgeTypeConstrainttypeConstraintCount: u32attributes: *const MLOperatorAttributeattributeCount: u32defaultAttributes: *const MLOperatorAttributeNameValuedefaultAttributeCount: u32Trait Implementations
impl Clone for MLOperatorSchemaDescription
impl Clone for MLOperatorSchemaDescription
impl Copy for MLOperatorSchemaDescription
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorSchemaDescription
impl !Send for MLOperatorSchemaDescription
impl !Sync for MLOperatorSchemaDescription
impl Unpin for MLOperatorSchemaDescription
impl UnwindSafe for MLOperatorSchemaDescription
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