#[repr(u8)]pub enum BatCommonDesignation {
Show 81 variants
Unspecified = 0,
Aaa = 1,
Aa = 2,
C = 3,
D = 4,
_4v5 = 5,
_6v0 = 6,
_9v0 = 7,
_12aa = 8,
Aaaa = 9,
A = 10,
B = 11,
F = 12,
N = 13,
No6 = 14,
Subc = 15,
A23 = 16,
A27 = 17,
Ba5800 = 18,
Duplex = 19,
_4sr44 = 20,
_523 = 21,
_531 = 22,
_15v0 = 23,
_22v5 = 24,
_30v0 = 25,
_45v0 = 26,
_67v5 = 27,
J = 28,
Cr123a = 29,
Cr2 = 30,
_2cr5 = 31,
CrP2 = 32,
CrV3 = 33,
Sr41 = 34,
Sr43 = 35,
Sr44 = 36,
Sr45 = 37,
Sr48 = 38,
Sr54 = 39,
Sr55 = 40,
Sr57 = 41,
Sr58 = 42,
Sr59 = 43,
Sr60 = 44,
Sr63 = 45,
Sr64 = 46,
Sr65 = 47,
Sr66 = 48,
Sr67 = 49,
Sr68 = 50,
Sr69 = 51,
Sr516 = 52,
Sr731 = 53,
Sr712 = 54,
Lr932 = 55,
A5 = 56,
A10 = 57,
A13 = 58,
A312 = 59,
A675 = 60,
Ac41e = 61,
_10180 = 62,
_10280 = 63,
_10440 = 64,
_14250 = 65,
_14430 = 66,
_14500 = 67,
_14650 = 68,
_15270 = 69,
_16340 = 70,
Rcr123a = 71,
_17500 = 72,
_17670 = 73,
_18350 = 74,
_18500 = 75,
_18650 = 76,
_19670 = 77,
_25500 = 78,
_26650 = 79,
_32600 = 80,
}Variants§
Unspecified = 0
Common type is unknown or unspecified
Aaa = 1
Common type is as specified
Aa = 2
Common type is as specified
C = 3
Common type is as specified
D = 4
Common type is as specified
_4v5 = 5
Common type is as specified
_6v0 = 6
Common type is as specified
_9v0 = 7
Common type is as specified
_12aa = 8
Common type is as specified
Aaaa = 9
Common type is as specified
A = 10
Common type is as specified
B = 11
Common type is as specified
F = 12
Common type is as specified
N = 13
Common type is as specified
No6 = 14
Common type is as specified
Subc = 15
Common type is as specified
A23 = 16
Common type is as specified
A27 = 17
Common type is as specified
Ba5800 = 18
Common type is as specified
Duplex = 19
Common type is as specified
_4sr44 = 20
Common type is as specified
_523 = 21
Common type is as specified
_531 = 22
Common type is as specified
_15v0 = 23
Common type is as specified
_22v5 = 24
Common type is as specified
_30v0 = 25
Common type is as specified
_45v0 = 26
Common type is as specified
_67v5 = 27
Common type is as specified
J = 28
Common type is as specified
Cr123a = 29
Common type is as specified
Cr2 = 30
Common type is as specified
_2cr5 = 31
Common type is as specified
CrP2 = 32
Common type is as specified
CrV3 = 33
Common type is as specified
Sr41 = 34
Common type is as specified
Sr43 = 35
Common type is as specified
Sr44 = 36
Common type is as specified
Sr45 = 37
Common type is as specified
Sr48 = 38
Common type is as specified
Sr54 = 39
Common type is as specified
Sr55 = 40
Common type is as specified
Sr57 = 41
Common type is as specified
Sr58 = 42
Common type is as specified
Sr59 = 43
Common type is as specified
Sr60 = 44
Common type is as specified
Sr63 = 45
Common type is as specified
Sr64 = 46
Common type is as specified
Sr65 = 47
Common type is as specified
Sr66 = 48
Common type is as specified
Sr67 = 49
Common type is as specified
Sr68 = 50
Common type is as specified
Sr69 = 51
Common type is as specified
Sr516 = 52
Common type is as specified
Sr731 = 53
Common type is as specified
Sr712 = 54
Common type is as specified
Lr932 = 55
Common type is as specified
A5 = 56
Common type is as specified
A10 = 57
Common type is as specified
A13 = 58
Common type is as specified
A312 = 59
Common type is as specified
A675 = 60
Common type is as specified
Ac41e = 61
Common type is as specified
_10180 = 62
Common type is as specified
_10280 = 63
Common type is as specified
_10440 = 64
Common type is as specified
_14250 = 65
Common type is as specified
_14430 = 66
Common type is as specified
_14500 = 67
Common type is as specified
_14650 = 68
Common type is as specified
_15270 = 69
Common type is as specified
_16340 = 70
Common type is as specified
Rcr123a = 71
Common type is as specified
_17500 = 72
Common type is as specified
_17670 = 73
Common type is as specified
_18350 = 74
Common type is as specified
_18500 = 75
Common type is as specified
_18650 = 76
Common type is as specified
_19670 = 77
Common type is as specified
_25500 = 78
Common type is as specified
_26650 = 79
Common type is as specified
_32600 = 80
Common type is as specified
Implementations§
Trait Implementations§
Source§impl Clone for BatCommonDesignation
impl Clone for BatCommonDesignation
Source§fn clone(&self) -> BatCommonDesignation
fn clone(&self) -> BatCommonDesignation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more