#[repr(u8)]pub enum BackupChargeCurrentValue {
Ua50 = 0,
Ua100 = 1,
Ua200 = 2,
Ua400 = 3,
}
Variants§
Ua50 = 0
50uA charge current.
Ua100 = 1
100uA charge current.
Ua200 = 2
200uA charge current.
Ua400 = 3
400uA charge current.
Trait Implementations§
Source§impl Clone for BackupChargeCurrentValue
impl Clone for BackupChargeCurrentValue
Source§fn clone(&self) -> BackupChargeCurrentValue
fn clone(&self) -> BackupChargeCurrentValue
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 BackupChargeCurrentValue
impl Debug for BackupChargeCurrentValue
Source§impl From<BackupChargeCurrentValue> for u8
impl From<BackupChargeCurrentValue> for u8
Source§fn from(val: BackupChargeCurrentValue) -> Self
fn from(val: BackupChargeCurrentValue) -> Self
Converts to this type from the input type.
Source§impl Hash for BackupChargeCurrentValue
impl Hash for BackupChargeCurrentValue
Source§impl PartialEq for BackupChargeCurrentValue
impl PartialEq for BackupChargeCurrentValue
Source§impl TryFrom<u8> for BackupChargeCurrentValue
impl TryFrom<u8> for BackupChargeCurrentValue
impl Copy for BackupChargeCurrentValue
impl Eq for BackupChargeCurrentValue
impl StructuralPartialEq for BackupChargeCurrentValue
Auto Trait Implementations§
impl Freeze for BackupChargeCurrentValue
impl RefUnwindSafe for BackupChargeCurrentValue
impl Send for BackupChargeCurrentValue
impl Sync for BackupChargeCurrentValue
impl Unpin for BackupChargeCurrentValue
impl UnwindSafe for BackupChargeCurrentValue
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