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