#[repr(u8)]pub enum MPreRes {
M_PRE_RES_0 = 0,
M_PRE_RES_1 = 1,
M_PRE_RES_2 = 2,
M_PRE_RES_3 = 3,
M_PRE_RES_4 = 4,
M_PRE_RES_5 = 5,
M_PRE_RES_6 = 6,
M_PRE_RES_7 = 7,
}Variants§
M_PRE_RES_0 = 0
1 kohm
M_PRE_RES_1 = 1
2 kohm
M_PRE_RES_2 = 2
3 kohm
M_PRE_RES_3 = 3
4 kohm
M_PRE_RES_4 = 4
5 kohm
M_PRE_RES_5 = 5
6 kohm
M_PRE_RES_6 = 6
7 kohm
M_PRE_RES_7 = 7
8 kohm
Implementations§
Trait Implementations§
Source§impl Ord for MPreRes
impl Ord for MPreRes
Source§impl PartialOrd for MPreRes
impl PartialOrd for MPreRes
impl Copy for MPreRes
impl Eq for MPreRes
impl StructuralPartialEq for MPreRes
Auto Trait Implementations§
impl Freeze for MPreRes
impl RefUnwindSafe for MPreRes
impl Send for MPreRes
impl Sync for MPreRes
impl Unpin for MPreRes
impl UnwindSafe for MPreRes
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