pub enum InputCurrentLimit {
I77mA,
I118mA,
I345mA,
I470mA,
I540mA,
I635mA,
I734mA,
I993mA,
}Variants§
Trait Implementations§
Source§impl Clone for InputCurrentLimit
impl Clone for InputCurrentLimit
Source§fn clone(&self) -> InputCurrentLimit
fn clone(&self) -> InputCurrentLimit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputCurrentLimit
impl Debug for InputCurrentLimit
Source§impl PartialEq for InputCurrentLimit
impl PartialEq for InputCurrentLimit
Source§fn eq(&self, other: &InputCurrentLimit) -> bool
fn eq(&self, other: &InputCurrentLimit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Specifier for InputCurrentLimit
impl Specifier for InputCurrentLimit
Source§type InOut = InputCurrentLimit
type InOut = InputCurrentLimit
The interface type of the specifier. Read more
Source§fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
Converts some bytes into the in-out type. Read more
Source§fn from_bytes(
bytes: Self::Bytes,
) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
fn from_bytes( bytes: Self::Bytes, ) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
Converts the given bytes into the in-out type. Read more
impl Copy for InputCurrentLimit
impl Eq for InputCurrentLimit
impl StructuralPartialEq for InputCurrentLimit
Auto Trait Implementations§
impl Freeze for InputCurrentLimit
impl RefUnwindSafe for InputCurrentLimit
impl Send for InputCurrentLimit
impl Sync for InputCurrentLimit
impl Unpin for InputCurrentLimit
impl UnsafeUnpin for InputCurrentLimit
impl UnwindSafe for InputCurrentLimit
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