pub enum SamplingMethod {
Fast,
Interpolate,
Resample,
ResampleFast,
}Variants§
Trait Implementations§
Source§impl Clone for SamplingMethod
impl Clone for SamplingMethod
Source§fn clone(&self) -> SamplingMethod
fn clone(&self) -> SamplingMethod
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 moreSource§impl PartialEq for SamplingMethod
impl PartialEq for SamplingMethod
impl Copy for SamplingMethod
impl StructuralPartialEq for SamplingMethod
Auto Trait Implementations§
impl Freeze for SamplingMethod
impl RefUnwindSafe for SamplingMethod
impl Send for SamplingMethod
impl Sync for SamplingMethod
impl Unpin for SamplingMethod
impl UnwindSafe for SamplingMethod
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