Enum Ovsr
#[repr(u8)]pub enum Ovsr {
Mul2 = 0,
Mul4 = 1,
Mul8 = 2,
Mul16 = 3,
Mul32 = 4,
Mul64 = 5,
Mul128 = 6,
Mul256 = 7,
}Variants§
Mul2 = 0
2x oversampling ratio
Mul4 = 1
4x oversampling ratio
Mul8 = 2
8x oversampling ratio
Mul16 = 3
16x oversampling ratio
Mul32 = 4
32x oversampling ratio
Mul64 = 5
64x oversampling ratio
Mul128 = 6
128x oversampling ratio
Mul256 = 7
256x oversampling ratio
Implementations§
Trait Implementations§
impl Copy for Ovsr
impl Eq for Ovsr
§impl Ord for Ovsr
impl Ord for Ovsr
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ovsr
impl PartialOrd for Ovsr
impl StructuralPartialEq for Ovsr
Auto Trait Implementations§
impl Freeze for Ovsr
impl RefUnwindSafe for Ovsr
impl Send for Ovsr
impl Sync for Ovsr
impl Unpin for Ovsr
impl UnsafeUnpin for Ovsr
impl UnwindSafe for Ovsr
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