pub struct Channels<C: Container> { /* private fields */ }Expand description
Samples stored one channel at a time: [l0, l1, l3, … r0, r1, r2, …]
Trait Implementations§
Source§impl<C1, C2> ConvertFrom<&Channels<C1>> for Channels<C2>
impl<C1, C2> ConvertFrom<&Channels<C1>> for Channels<C2>
Source§fn convert_from(&mut self, other: &Channels<C1>)
fn convert_from(&mut self, other: &Channels<C1>)
Read from
other, converting into the correct formatSource§impl<C1, C2> ConvertFrom<&Channels<C2>> for Interleaved<C1>where
C1: MutableContainer,
C2: Container,
<Interleaved<C1> as Storage>::Item: ConvertFrom<<Channels<C2> as Storage>::Item>,
<Channels<C2> as Storage>::Item: Copy,
impl<C1, C2> ConvertFrom<&Channels<C2>> for Interleaved<C1>where
C1: MutableContainer,
C2: Container,
<Interleaved<C1> as Storage>::Item: ConvertFrom<<Channels<C2> as Storage>::Item>,
<Channels<C2> as Storage>::Item: Copy,
Source§fn convert_from(&mut self, other: &Channels<C2>)
fn convert_from(&mut self, other: &Channels<C2>)
Read from
other, converting into the correct formatSource§impl<C1, C2> ConvertFrom<&Interleaved<C2>> for Channels<C1>where
C1: MutableContainer,
C2: Container,
<Channels<C1> as Storage>::Item: ConvertFrom<<Interleaved<C2> as Storage>::Item>,
<Interleaved<C2> as Storage>::Item: Copy,
impl<C1, C2> ConvertFrom<&Interleaved<C2>> for Channels<C1>where
C1: MutableContainer,
C2: Container,
<Channels<C1> as Storage>::Item: ConvertFrom<<Interleaved<C2> as Storage>::Item>,
<Interleaved<C2> as Storage>::Item: Copy,
Source§fn convert_from(&mut self, other: &Interleaved<C2>)
fn convert_from(&mut self, other: &Interleaved<C2>)
Read from
other, converting into the correct formatAuto Trait Implementations§
impl<C> Freeze for Channels<C>
impl<C> RefUnwindSafe for Channels<C>where
C: RefUnwindSafe,
impl<C> Send for Channels<C>where
C: Send,
impl<C> Sync for Channels<C>where
C: Sync,
impl<C> Unpin for Channels<C>
impl<C> UnwindSafe for Channels<C>where
C: UnwindSafe,
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> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ConvertFrom<T> for T
impl<T> ConvertFrom<T> for T
Source§fn convert_from(&mut self, value: T)
fn convert_from(&mut self, value: T)
Read from
other, converting into the correct formatSource§impl<A, B> ConvertTo<B> for Awhere
B: for<'a> ConvertFrom<&'a A>,
impl<A, B> ConvertTo<B> for Awhere
B: for<'a> ConvertFrom<&'a A>,
Source§fn convert_to(&self, other: &mut B)
fn convert_to(&self, other: &mut B)
Write to
other, converting into the correct formatSource§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.