pub enum OverSampleType {
None,
Double,
Quadruple,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for OverSampleType
impl Clone for OverSampleType
source§fn clone(&self) -> OverSampleType
fn clone(&self) -> OverSampleType
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 moresource§impl Debug for OverSampleType
impl Debug for OverSampleType
source§impl PartialEq for OverSampleType
impl PartialEq for OverSampleType
source§fn eq(&self, other: &OverSampleType) -> bool
fn eq(&self, other: &OverSampleType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OverSampleType
Auto Trait Implementations§
impl Freeze for OverSampleType
impl RefUnwindSafe for OverSampleType
impl Send for OverSampleType
impl Sync for OverSampleType
impl Unpin for OverSampleType
impl UnwindSafe for OverSampleType
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