Enum stm32_hal2::usart::OverSampling
source · #[repr(u8)]pub enum OverSampling {
O16 = 0,
O8 = 1,
}
Expand description
Set Oversampling16 or Oversampling8 modes.
Variants§
Trait Implementations§
source§impl Clone for OverSampling
impl Clone for OverSampling
source§fn clone(&self) -> OverSampling
fn clone(&self) -> OverSampling
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for OverSampling
Auto Trait Implementations§
impl RefUnwindSafe for OverSampling
impl Send for OverSampling
impl Sync for OverSampling
impl Unpin for OverSampling
impl UnwindSafe for OverSampling
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