Struct speexdsp_resampler::speex::QualityMapping
source · pub struct QualityMapping {
base_length: usize,
oversample: usize,
downsample_bandwidth: f32,
upsample_bandwidth: f32,
window_func: &'static FuncDef,
}
Fields§
§base_length: usize
§oversample: usize
§downsample_bandwidth: f32
§upsample_bandwidth: f32
§window_func: &'static FuncDef
Implementations§
Trait Implementations§
source§impl Clone for QualityMapping
impl Clone for QualityMapping
source§fn clone(&self) -> QualityMapping
fn clone(&self) -> QualityMapping
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 QualityMapping
Auto Trait Implementations§
impl Freeze for QualityMapping
impl RefUnwindSafe for QualityMapping
impl Send for QualityMapping
impl Sync for QualityMapping
impl Unpin for QualityMapping
impl UnwindSafe for QualityMapping
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