1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2_foundation::*;
use crate::*;
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortype?language=objc)
// NS_TYPED_ENUM
pub type INCarChargingConnectorType = NSString;
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypej1772?language=objc)
pub static INCarChargingConnectorTypeJ1772: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypeccs1?language=objc)
pub static INCarChargingConnectorTypeCCS1: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypeccs2?language=objc)
pub static INCarChargingConnectorTypeCCS2: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypechademo?language=objc)
pub static INCarChargingConnectorTypeCHAdeMO: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypegbtac?language=objc)
pub static INCarChargingConnectorTypeGBTAC: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypegbtdc?language=objc)
pub static INCarChargingConnectorTypeGBTDC: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypetesla?language=objc)
#[deprecated = "INCarChargingConnectorTypeTesla is deprecated. Please adopt INCarChargingConnectorTypeNACSDC instead"]
pub static INCarChargingConnectorTypeTesla: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypemennekes?language=objc)
pub static INCarChargingConnectorTypeMennekes: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypenacsdc?language=objc)
pub static INCarChargingConnectorTypeNACSDC: Option<&'static INCarChargingConnectorType>;
}
extern "C" {
/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypenacsac?language=objc)
pub static INCarChargingConnectorTypeNACSAC: Option<&'static INCarChargingConnectorType>;
}