Enum Gmc
#[repr(u8)]pub enum Gmc {
_018mAPerVolt = 0,
_057mAPerVolt = 1,
_078mAPerVolt = 2,
_113mAPerVolt = 3,
_161mAPerVolt = 4,
_165mAPerVolt = 5,
_212mAPerVolt = 6,
_284mAPerVolt = 7,
}Variants§
_018mAPerVolt = 0
max 0.18 mA/V.
_057mAPerVolt = 1
max 0.57 mA/V.
_078mAPerVolt = 2
max 0.78 mA/V.
_113mAPerVolt = 3
max 1.13 mA/V (Default).
_161mAPerVolt = 4
max 1.61 mA/V.
_165mAPerVolt = 5
max 1.65 mA/V.
_212mAPerVolt = 6
max 2.12 mA/V.
_284mAPerVolt = 7
max 2.84 mA/V.
Implementations§
Trait Implementations§
impl Copy for Gmc
impl Eq for Gmc
§impl Ord for Gmc
impl Ord for Gmc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Gmc
impl PartialOrd for Gmc
impl StructuralPartialEq for Gmc
Auto Trait Implementations§
impl Freeze for Gmc
impl RefUnwindSafe for Gmc
impl Send for Gmc
impl Sync for Gmc
impl Unpin for Gmc
impl UnsafeUnpin for Gmc
impl UnwindSafe for Gmc
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