Enum Inmsel
#[repr(u8)]pub enum Inmsel {
VREF_1OVER4 = 0,
VREF_1OVER2 = 1,
VREF_3OVER4 = 2,
VREF = 3,
INM1 = 4,
INM2 = 5,
COMPX_INM1 = 6,
COMPX_INM2 = 7,
}
Variants§
VREF_1OVER4 = 0
VREF_1OVER2 = 1
VREF_3OVER4 = 2
VREF = 3
INM1 = 4
INM2 = 5
COMPX_INM1 = 6
COMPX_INM2 = 7
Implementations§
Trait Implementations§
§impl Ord for Inmsel
impl Ord for Inmsel
§impl PartialOrd for Inmsel
impl PartialOrd for Inmsel
impl Copy for Inmsel
impl Eq for Inmsel
impl StructuralPartialEq for Inmsel
Auto Trait Implementations§
impl Freeze for Inmsel
impl RefUnwindSafe for Inmsel
impl Send for Inmsel
impl Sync for Inmsel
impl Unpin for Inmsel
impl UnwindSafe for Inmsel
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