Enum stm32_metapac::adc::vals::Pcsel
#[repr(u8)]pub enum Pcsel {
NOTPRESELECTED = 0,
PRESELECTED = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pcsel
impl Ord for Pcsel
§impl PartialOrd for Pcsel
impl PartialOrd for Pcsel
§fn partial_cmp(&self, other: &Pcsel) -> Option<Ordering>
fn partial_cmp(&self, other: &Pcsel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Pcsel
impl Eq for Pcsel
impl StructuralEq for Pcsel
impl StructuralPartialEq for Pcsel
Auto Trait Implementations§
impl RefUnwindSafe for Pcsel
impl Send for Pcsel
impl Sync for Pcsel
impl Unpin for Pcsel
impl UnwindSafe for Pcsel
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