#[repr(u8)]pub enum ExternalPathChargeCurrentValue {
Ma300 = 0,
Ma400 = 1,
Ma500 = 2,
Ma600 = 3,
Ma700 = 4,
Ma800 = 5,
Ma900 = 6,
Ma1000 = 7,
}
Variants§
Ma300 = 0
300mA
Ma400 = 1
400mA
Ma500 = 2
500mA
Ma600 = 3
600mA
Ma700 = 4
700mA
Ma800 = 5
800mA
Ma900 = 6
900mA
Ma1000 = 7
1000mA
Trait Implementations§
Source§impl Clone for ExternalPathChargeCurrentValue
impl Clone for ExternalPathChargeCurrentValue
Source§fn clone(&self) -> ExternalPathChargeCurrentValue
fn clone(&self) -> ExternalPathChargeCurrentValue
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 From<ExternalPathChargeCurrentValue> for u8
impl From<ExternalPathChargeCurrentValue> for u8
Source§fn from(val: ExternalPathChargeCurrentValue) -> Self
fn from(val: ExternalPathChargeCurrentValue) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExternalPathChargeCurrentValue
impl PartialEq for ExternalPathChargeCurrentValue
Source§fn eq(&self, other: &ExternalPathChargeCurrentValue) -> bool
fn eq(&self, other: &ExternalPathChargeCurrentValue) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryFrom<u8> for ExternalPathChargeCurrentValue
impl TryFrom<u8> for ExternalPathChargeCurrentValue
impl Copy for ExternalPathChargeCurrentValue
impl Eq for ExternalPathChargeCurrentValue
impl StructuralPartialEq for ExternalPathChargeCurrentValue
Auto Trait Implementations§
impl Freeze for ExternalPathChargeCurrentValue
impl RefUnwindSafe for ExternalPathChargeCurrentValue
impl Send for ExternalPathChargeCurrentValue
impl Sync for ExternalPathChargeCurrentValue
impl Unpin for ExternalPathChargeCurrentValue
impl UnwindSafe for ExternalPathChargeCurrentValue
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