#[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 duplicate 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 Freeze for OverSampling
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