Enum stm32_metapac::comp::vals::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)