Struct surge_halfrate::imports::WetBlock2
source · [−]#[repr(align(16))]pub struct WetBlock2<const X: usize> {
pub l: Align16<[f32; X]>,
pub r: Align16<[f32; X]>,
}
Fields
l: Align16<[f32; X]>
r: Align16<[f32; X]>
Implementations
sourceimpl<const X: usize> WetBlock2<X>
impl<const X: usize> WetBlock2<X>
pub fn clear(&mut self)
pub fn l(&mut self) -> *mut f32
pub fn r(&mut self) -> *mut f32
pub fn li<T>(&mut self, i: T) -> *mut f32 where
T: Into<isize>,
pub fn ri<T>(&mut self, i: T) -> *mut f32 where
T: Into<isize>,
pub fn dup_channel_to_stereo(&mut self, src: StereoChannel)
Trait Implementations
Auto Trait Implementations
impl<const X: usize> RefUnwindSafe for WetBlock2<X>
impl<const X: usize> Send for WetBlock2<X>
impl<const X: usize> Sync for WetBlock2<X>
impl<const X: usize> Unpin for WetBlock2<X>
impl<const X: usize> UnwindSafe for WetBlock2<X>
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more