pub struct BitCrusherHandle { /* private fields */ }Implementations§
source§impl BitCrusherHandle
impl BitCrusherHandle
pub fn sample_rate(&self) -> f32
pub fn bit_rate(&self) -> f32
pub fn set_sample_rate(&self, sample_rate: f32)
pub fn set_bit_rate(&self, bit_rate: f32)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BitCrusherHandle
impl Send for BitCrusherHandle
impl Sync for BitCrusherHandle
impl Unpin for BitCrusherHandle
impl UnwindSafe for BitCrusherHandle
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