pub enum DeviceTypeId {
Show 25 variants
Bootloader55 = 3,
Bootloader56U = 15,
Bootloader56E = 16,
Bootloader58 = 41,
Device55v1 = 0,
Device55v2 = 1,
Device55v3 = 2,
Device56U = 10,
Device56E = 11,
Device27U = 20,
Device27E = 21,
Device57U = 30,
Device57E = 31,
PoKeys57CNC = 32,
PoKeys57CNCpro4x25 = 33,
PoKeys57CNCdb25 = 38,
PoKeys57Utest = 39,
LiniTester = 43,
Device57Uv0 = 28,
Device57Ev0 = 29,
Device58EU = 40,
PoPLC58 = 50,
OEM1 = 100,
SerialReader = 101,
X15_02_24 = 102,
}Expand description
Device type IDs
Variants§
Bootloader55 = 3
Bootloader56U = 15
Bootloader56E = 16
Bootloader58 = 41
Device55v1 = 0
Device55v2 = 1
Device55v3 = 2
Device56U = 10
Device56E = 11
Device27U = 20
Device27E = 21
Device57U = 30
Device57E = 31
PoKeys57CNC = 32
PoKeys57CNCpro4x25 = 33
PoKeys57CNCdb25 = 38
PoKeys57Utest = 39
LiniTester = 43
Device57Uv0 = 28
Device57Ev0 = 29
Device58EU = 40
PoPLC58 = 50
OEM1 = 100
SerialReader = 101
X15_02_24 = 102
Trait Implementations§
Source§impl Clone for DeviceTypeId
impl Clone for DeviceTypeId
Source§fn clone(&self) -> DeviceTypeId
fn clone(&self) -> DeviceTypeId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceTypeId
impl Debug for DeviceTypeId
Source§impl PartialEq for DeviceTypeId
impl PartialEq for DeviceTypeId
impl Copy for DeviceTypeId
impl Eq for DeviceTypeId
impl StructuralPartialEq for DeviceTypeId
Auto Trait Implementations§
impl Freeze for DeviceTypeId
impl RefUnwindSafe for DeviceTypeId
impl Send for DeviceTypeId
impl Sync for DeviceTypeId
impl Unpin for DeviceTypeId
impl UnsafeUnpin for DeviceTypeId
impl UnwindSafe for DeviceTypeId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.