#[repr(u32)]pub enum SwrEngine {
SWR_ENGINE_SWR = 0,
SWR_ENGINE_SOXR = 1,
SWR_ENGINE_NB = 2,
}
Expand description
Resampling Engines
Variants§
SWR_ENGINE_SWR = 0
< SW Resampler
SWR_ENGINE_SOXR = 1
< SoX Resampler
SWR_ENGINE_NB = 2
< not part of API/ABI
Trait Implementations§
impl Copy for SwrEngine
impl Eq for SwrEngine
impl StructuralPartialEq for SwrEngine
Auto Trait Implementations§
impl Freeze for SwrEngine
impl RefUnwindSafe for SwrEngine
impl Send for SwrEngine
impl Sync for SwrEngine
impl Unpin for SwrEngine
impl UnwindSafe for SwrEngine
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