@@ -1017,7 +1017,7 @@ pub struct ITensorUInt8BitStatics2_Vtbl {
1017
1017
CreateFromBuffer : usize ,
1018
1018
}
1019
1019
#[ repr( transparent) ]
1020
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1020
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1021
1021
pub struct ImageFeatureDescriptor ( windows_core:: IUnknown ) ;
1022
1022
windows_core:: imp:: interface_hierarchy!( ImageFeatureDescriptor , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1023
1023
windows_core:: imp:: required_hierarchy!( ImageFeatureDescriptor , ILearningModelFeatureDescriptor ) ;
@@ -1101,7 +1101,7 @@ impl windows_core::RuntimeName for ImageFeatureDescriptor {
1101
1101
unsafe impl Send for ImageFeatureDescriptor { }
1102
1102
unsafe impl Sync for ImageFeatureDescriptor { }
1103
1103
#[ repr( transparent) ]
1104
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1104
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1105
1105
pub struct ImageFeatureValue ( windows_core:: IUnknown ) ;
1106
1106
windows_core:: imp:: interface_hierarchy!( ImageFeatureValue , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1107
1107
windows_core:: imp:: required_hierarchy!( ImageFeatureValue , ILearningModelFeatureValue ) ;
@@ -1150,7 +1150,7 @@ impl windows_core::RuntimeName for ImageFeatureValue {
1150
1150
unsafe impl Send for ImageFeatureValue { }
1151
1151
unsafe impl Sync for ImageFeatureValue { }
1152
1152
#[ repr( transparent) ]
1153
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1153
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1154
1154
pub struct LearningModel ( windows_core:: IUnknown ) ;
1155
1155
windows_core:: imp:: interface_hierarchy!( LearningModel , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1156
1156
windows_core:: imp:: required_hierarchy!( LearningModel , super :: super :: Foundation :: IClosable ) ;
@@ -1315,7 +1315,7 @@ impl windows_core::RuntimeName for LearningModel {
1315
1315
unsafe impl Send for LearningModel { }
1316
1316
unsafe impl Sync for LearningModel { }
1317
1317
#[ repr( transparent) ]
1318
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1318
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1319
1319
pub struct LearningModelBinding ( windows_core:: IUnknown ) ;
1320
1320
windows_core:: imp:: interface_hierarchy!( LearningModelBinding , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1321
1321
#[ cfg( feature = "Foundation_Collections" ) ]
@@ -1422,7 +1422,7 @@ impl IntoIterator for &LearningModelBinding {
1422
1422
unsafe impl Send for LearningModelBinding { }
1423
1423
unsafe impl Sync for LearningModelBinding { }
1424
1424
#[ repr( transparent) ]
1425
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1425
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1426
1426
pub struct LearningModelDevice ( windows_core:: IUnknown ) ;
1427
1427
windows_core:: imp:: interface_hierarchy!( LearningModelDevice , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1428
1428
impl LearningModelDevice {
@@ -1482,7 +1482,7 @@ impl windows_core::RuntimeName for LearningModelDevice {
1482
1482
unsafe impl Send for LearningModelDevice { }
1483
1483
unsafe impl Sync for LearningModelDevice { }
1484
1484
#[ repr( transparent) ]
1485
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1485
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1486
1486
pub struct LearningModelEvaluationResult ( windows_core:: IUnknown ) ;
1487
1487
windows_core:: imp:: interface_hierarchy!( LearningModelEvaluationResult , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1488
1488
impl LearningModelEvaluationResult {
@@ -1529,7 +1529,7 @@ impl windows_core::RuntimeName for LearningModelEvaluationResult {
1529
1529
unsafe impl Send for LearningModelEvaluationResult { }
1530
1530
unsafe impl Sync for LearningModelEvaluationResult { }
1531
1531
#[ repr( transparent) ]
1532
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1532
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1533
1533
pub struct LearningModelSession ( windows_core:: IUnknown ) ;
1534
1534
windows_core:: imp:: interface_hierarchy!( LearningModelSession , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1535
1535
windows_core:: imp:: required_hierarchy!( LearningModelSession , super :: super :: Foundation :: IClosable ) ;
@@ -1656,7 +1656,7 @@ impl windows_core::RuntimeName for LearningModelSession {
1656
1656
unsafe impl Send for LearningModelSession { }
1657
1657
unsafe impl Sync for LearningModelSession { }
1658
1658
#[ repr( transparent) ]
1659
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1659
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1660
1660
pub struct LearningModelSessionOptions ( windows_core:: IUnknown ) ;
1661
1661
windows_core:: imp:: interface_hierarchy!( LearningModelSessionOptions , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1662
1662
impl LearningModelSessionOptions {
@@ -1707,7 +1707,7 @@ impl windows_core::RuntimeName for LearningModelSessionOptions {
1707
1707
unsafe impl Send for LearningModelSessionOptions { }
1708
1708
unsafe impl Sync for LearningModelSessionOptions { }
1709
1709
#[ repr( transparent) ]
1710
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1710
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1711
1711
pub struct MapFeatureDescriptor ( windows_core:: IUnknown ) ;
1712
1712
windows_core:: imp:: interface_hierarchy!( MapFeatureDescriptor , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1713
1713
windows_core:: imp:: required_hierarchy!( MapFeatureDescriptor , ILearningModelFeatureDescriptor ) ;
@@ -1768,7 +1768,7 @@ impl windows_core::RuntimeName for MapFeatureDescriptor {
1768
1768
unsafe impl Send for MapFeatureDescriptor { }
1769
1769
unsafe impl Sync for MapFeatureDescriptor { }
1770
1770
#[ repr( transparent) ]
1771
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1771
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1772
1772
pub struct SequenceFeatureDescriptor ( windows_core:: IUnknown ) ;
1773
1773
windows_core:: imp:: interface_hierarchy!( SequenceFeatureDescriptor , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1774
1774
windows_core:: imp:: required_hierarchy!( SequenceFeatureDescriptor , ILearningModelFeatureDescriptor ) ;
@@ -1822,7 +1822,7 @@ impl windows_core::RuntimeName for SequenceFeatureDescriptor {
1822
1822
unsafe impl Send for SequenceFeatureDescriptor { }
1823
1823
unsafe impl Sync for SequenceFeatureDescriptor { }
1824
1824
#[ repr( transparent) ]
1825
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1825
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1826
1826
pub struct TensorBoolean ( windows_core:: IUnknown ) ;
1827
1827
windows_core:: imp:: interface_hierarchy!( TensorBoolean , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1828
1828
windows_core:: imp:: required_hierarchy!( TensorBoolean , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -1945,7 +1945,7 @@ impl windows_core::RuntimeName for TensorBoolean {
1945
1945
unsafe impl Send for TensorBoolean { }
1946
1946
unsafe impl Sync for TensorBoolean { }
1947
1947
#[ repr( transparent) ]
1948
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
1948
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
1949
1949
pub struct TensorDouble ( windows_core:: IUnknown ) ;
1950
1950
windows_core:: imp:: interface_hierarchy!( TensorDouble , windows_core:: IUnknown , windows_core:: IInspectable ) ;
1951
1951
windows_core:: imp:: required_hierarchy!( TensorDouble , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2068,7 +2068,7 @@ impl windows_core::RuntimeName for TensorDouble {
2068
2068
unsafe impl Send for TensorDouble { }
2069
2069
unsafe impl Sync for TensorDouble { }
2070
2070
#[ repr( transparent) ]
2071
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2071
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2072
2072
pub struct TensorFeatureDescriptor ( windows_core:: IUnknown ) ;
2073
2073
windows_core:: imp:: interface_hierarchy!( TensorFeatureDescriptor , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2074
2074
windows_core:: imp:: required_hierarchy!( TensorFeatureDescriptor , ILearningModelFeatureDescriptor ) ;
@@ -2130,7 +2130,7 @@ impl windows_core::RuntimeName for TensorFeatureDescriptor {
2130
2130
unsafe impl Send for TensorFeatureDescriptor { }
2131
2131
unsafe impl Sync for TensorFeatureDescriptor { }
2132
2132
#[ repr( transparent) ]
2133
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2133
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2134
2134
pub struct TensorFloat ( windows_core:: IUnknown ) ;
2135
2135
windows_core:: imp:: interface_hierarchy!( TensorFloat , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2136
2136
windows_core:: imp:: required_hierarchy!( TensorFloat , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2253,7 +2253,7 @@ impl windows_core::RuntimeName for TensorFloat {
2253
2253
unsafe impl Send for TensorFloat { }
2254
2254
unsafe impl Sync for TensorFloat { }
2255
2255
#[ repr( transparent) ]
2256
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2256
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2257
2257
pub struct TensorFloat16Bit ( windows_core:: IUnknown ) ;
2258
2258
windows_core:: imp:: interface_hierarchy!( TensorFloat16Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2259
2259
windows_core:: imp:: required_hierarchy!( TensorFloat16Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2376,7 +2376,7 @@ impl windows_core::RuntimeName for TensorFloat16Bit {
2376
2376
unsafe impl Send for TensorFloat16Bit { }
2377
2377
unsafe impl Sync for TensorFloat16Bit { }
2378
2378
#[ repr( transparent) ]
2379
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2379
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2380
2380
pub struct TensorInt16Bit ( windows_core:: IUnknown ) ;
2381
2381
windows_core:: imp:: interface_hierarchy!( TensorInt16Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2382
2382
windows_core:: imp:: required_hierarchy!( TensorInt16Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2499,7 +2499,7 @@ impl windows_core::RuntimeName for TensorInt16Bit {
2499
2499
unsafe impl Send for TensorInt16Bit { }
2500
2500
unsafe impl Sync for TensorInt16Bit { }
2501
2501
#[ repr( transparent) ]
2502
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2502
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2503
2503
pub struct TensorInt32Bit ( windows_core:: IUnknown ) ;
2504
2504
windows_core:: imp:: interface_hierarchy!( TensorInt32Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2505
2505
windows_core:: imp:: required_hierarchy!( TensorInt32Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2622,7 +2622,7 @@ impl windows_core::RuntimeName for TensorInt32Bit {
2622
2622
unsafe impl Send for TensorInt32Bit { }
2623
2623
unsafe impl Sync for TensorInt32Bit { }
2624
2624
#[ repr( transparent) ]
2625
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2625
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2626
2626
pub struct TensorInt64Bit ( windows_core:: IUnknown ) ;
2627
2627
windows_core:: imp:: interface_hierarchy!( TensorInt64Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2628
2628
windows_core:: imp:: required_hierarchy!( TensorInt64Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2745,7 +2745,7 @@ impl windows_core::RuntimeName for TensorInt64Bit {
2745
2745
unsafe impl Send for TensorInt64Bit { }
2746
2746
unsafe impl Sync for TensorInt64Bit { }
2747
2747
#[ repr( transparent) ]
2748
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2748
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2749
2749
pub struct TensorInt8Bit ( windows_core:: IUnknown ) ;
2750
2750
windows_core:: imp:: interface_hierarchy!( TensorInt8Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2751
2751
windows_core:: imp:: required_hierarchy!( TensorInt8Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2868,7 +2868,7 @@ impl windows_core::RuntimeName for TensorInt8Bit {
2868
2868
unsafe impl Send for TensorInt8Bit { }
2869
2869
unsafe impl Sync for TensorInt8Bit { }
2870
2870
#[ repr( transparent) ]
2871
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2871
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2872
2872
pub struct TensorString ( windows_core:: IUnknown ) ;
2873
2873
windows_core:: imp:: interface_hierarchy!( TensorString , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2874
2874
windows_core:: imp:: required_hierarchy!( TensorString , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -2981,7 +2981,7 @@ impl windows_core::RuntimeName for TensorString {
2981
2981
unsafe impl Send for TensorString { }
2982
2982
unsafe impl Sync for TensorString { }
2983
2983
#[ repr( transparent) ]
2984
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
2984
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
2985
2985
pub struct TensorUInt16Bit ( windows_core:: IUnknown ) ;
2986
2986
windows_core:: imp:: interface_hierarchy!( TensorUInt16Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
2987
2987
windows_core:: imp:: required_hierarchy!( TensorUInt16Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -3104,7 +3104,7 @@ impl windows_core::RuntimeName for TensorUInt16Bit {
3104
3104
unsafe impl Send for TensorUInt16Bit { }
3105
3105
unsafe impl Sync for TensorUInt16Bit { }
3106
3106
#[ repr( transparent) ]
3107
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
3107
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
3108
3108
pub struct TensorUInt32Bit ( windows_core:: IUnknown ) ;
3109
3109
windows_core:: imp:: interface_hierarchy!( TensorUInt32Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
3110
3110
windows_core:: imp:: required_hierarchy!( TensorUInt32Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -3227,7 +3227,7 @@ impl windows_core::RuntimeName for TensorUInt32Bit {
3227
3227
unsafe impl Send for TensorUInt32Bit { }
3228
3228
unsafe impl Sync for TensorUInt32Bit { }
3229
3229
#[ repr( transparent) ]
3230
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
3230
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
3231
3231
pub struct TensorUInt64Bit ( windows_core:: IUnknown ) ;
3232
3232
windows_core:: imp:: interface_hierarchy!( TensorUInt64Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
3233
3233
windows_core:: imp:: required_hierarchy!( TensorUInt64Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
@@ -3350,7 +3350,7 @@ impl windows_core::RuntimeName for TensorUInt64Bit {
3350
3350
unsafe impl Send for TensorUInt64Bit { }
3351
3351
unsafe impl Sync for TensorUInt64Bit { }
3352
3352
#[ repr( transparent) ]
3353
- #[ derive( PartialEq , Eq , core :: fmt :: Debug , Clone ) ]
3353
+ #[ derive( PartialEq , Eq , Debug , Clone ) ]
3354
3354
pub struct TensorUInt8Bit ( windows_core:: IUnknown ) ;
3355
3355
windows_core:: imp:: interface_hierarchy!( TensorUInt8Bit , windows_core:: IUnknown , windows_core:: IInspectable ) ;
3356
3356
windows_core:: imp:: required_hierarchy!( TensorUInt8Bit , super :: super :: Foundation :: IClosable , ILearningModelFeatureValue , super :: super :: Foundation :: IMemoryBuffer , ITensor ) ;
0 commit comments