Struct surge_halfrate::imports::ConvolutionCfg
source · [−]Fields
voice: usize
stereo: bool
fm: bool
Auto Trait Implementations
impl RefUnwindSafe for ConvolutionCfg
impl Send for ConvolutionCfg
impl Sync for ConvolutionCfg
impl Unpin for ConvolutionCfg
impl UnwindSafe for ConvolutionCfg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more