Struct simple_src::sinc::Manager
source · pub struct Manager { /* private fields */ }Implementations§
source§impl Manager
impl Manager
pub fn with_raw( ratio: f64, quan: u32, order: u32, kaiser_beta: f64, cutoff: f64, ) -> Self
pub fn new(ratio: f64, atten: f64, quan: u32, trans_width: f64) -> Self
pub fn with_order(ratio: f64, atten: f64, quan: u32, order: u32) -> Self
pub fn converter(&self) -> Converter
pub fn latency(&self) -> usize
pub fn order(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Manager
impl RefUnwindSafe for Manager
impl Send for Manager
impl Sync for Manager
impl Unpin for Manager
impl UnwindSafe for Manager
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)