Enum stm32_metapac::adc::vals::Adstp
#[repr(u8)]pub enum Adstp {
_RESERVED_0 = 0,
STOP = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Adstp
impl Ord for Adstp
§impl PartialOrd for Adstp
impl PartialOrd for Adstp
§fn partial_cmp(&self, other: &Adstp) -> Option<Ordering>
fn partial_cmp(&self, other: &Adstp) -> 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 Adstp
impl Eq for Adstp
impl StructuralEq for Adstp
impl StructuralPartialEq for Adstp
Auto Trait Implementations§
impl RefUnwindSafe for Adstp
impl Send for Adstp
impl Sync for Adstp
impl Unpin for Adstp
impl UnwindSafe for Adstp
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