Struct windows::AI::MachineLearning::LearningModelFeatureKind
#[repr(transparent)]pub struct LearningModelFeatureKind(pub i32);
Expand description
Required features: "AI_MachineLearning"
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for LearningModelFeatureKind
impl Clone for LearningModelFeatureKind
§impl Debug for LearningModelFeatureKind
impl Debug for LearningModelFeatureKind
§impl Default for LearningModelFeatureKind
impl Default for LearningModelFeatureKind
§impl PartialEq<LearningModelFeatureKind> for LearningModelFeatureKind
impl PartialEq<LearningModelFeatureKind> for LearningModelFeatureKind
§fn eq(&self, other: &LearningModelFeatureKind) -> bool
fn eq(&self, other: &LearningModelFeatureKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.