Trait dsp::conv::FromBoxedFrameSlice
[−]
[src]
pub trait FromBoxedFrameSlice<F> where F: Frame {
fn from_boxed_frame_slice(slice: Box<[F]>) -> Self;
}
For converting from a boxed slice of Frame
s to a boxed slice of Sample
s.
Required Methods
fn from_boxed_frame_slice(slice: Box<[F]>) -> Self
Implementors
impl<F> FromBoxedFrameSlice<F> for Box<[F]> where F: Frame
impl<S> FromBoxedFrameSlice<[S; 1]> for Box<[S]> where [S; 1]: Frame
impl<S> FromBoxedFrameSlice<[S; 2]> for Box<[S]> where [S; 2]: Frame
impl<S> FromBoxedFrameSlice<[S; 3]> for Box<[S]> where [S; 3]: Frame
impl<S> FromBoxedFrameSlice<[S; 4]> for Box<[S]> where [S; 4]: Frame
impl<S> FromBoxedFrameSlice<[S; 5]> for Box<[S]> where [S; 5]: Frame
impl<S> FromBoxedFrameSlice<[S; 6]> for Box<[S]> where [S; 6]: Frame
impl<S> FromBoxedFrameSlice<[S; 7]> for Box<[S]> where [S; 7]: Frame
impl<S> FromBoxedFrameSlice<[S; 8]> for Box<[S]> where [S; 8]: Frame
impl<S> FromBoxedFrameSlice<[S; 9]> for Box<[S]> where [S; 9]: Frame
impl<S> FromBoxedFrameSlice<[S; 10]> for Box<[S]> where [S; 10]: Frame
impl<S> FromBoxedFrameSlice<[S; 11]> for Box<[S]> where [S; 11]: Frame
impl<S> FromBoxedFrameSlice<[S; 12]> for Box<[S]> where [S; 12]: Frame
impl<S> FromBoxedFrameSlice<[S; 13]> for Box<[S]> where [S; 13]: Frame
impl<S> FromBoxedFrameSlice<[S; 14]> for Box<[S]> where [S; 14]: Frame
impl<S> FromBoxedFrameSlice<[S; 15]> for Box<[S]> where [S; 15]: Frame
impl<S> FromBoxedFrameSlice<[S; 16]> for Box<[S]> where [S; 16]: Frame
impl<S> FromBoxedFrameSlice<[S; 17]> for Box<[S]> where [S; 17]: Frame
impl<S> FromBoxedFrameSlice<[S; 18]> for Box<[S]> where [S; 18]: Frame
impl<S> FromBoxedFrameSlice<[S; 19]> for Box<[S]> where [S; 19]: Frame
impl<S> FromBoxedFrameSlice<[S; 20]> for Box<[S]> where [S; 20]: Frame
impl<S> FromBoxedFrameSlice<[S; 21]> for Box<[S]> where [S; 21]: Frame
impl<S> FromBoxedFrameSlice<[S; 22]> for Box<[S]> where [S; 22]: Frame
impl<S> FromBoxedFrameSlice<[S; 23]> for Box<[S]> where [S; 23]: Frame
impl<S> FromBoxedFrameSlice<[S; 24]> for Box<[S]> where [S; 24]: Frame
impl<S> FromBoxedFrameSlice<[S; 25]> for Box<[S]> where [S; 25]: Frame
impl<S> FromBoxedFrameSlice<[S; 26]> for Box<[S]> where [S; 26]: Frame
impl<S> FromBoxedFrameSlice<[S; 27]> for Box<[S]> where [S; 27]: Frame
impl<S> FromBoxedFrameSlice<[S; 28]> for Box<[S]> where [S; 28]: Frame
impl<S> FromBoxedFrameSlice<[S; 29]> for Box<[S]> where [S; 29]: Frame
impl<S> FromBoxedFrameSlice<[S; 30]> for Box<[S]> where [S; 30]: Frame
impl<S> FromBoxedFrameSlice<[S; 31]> for Box<[S]> where [S; 31]: Frame
impl<S> FromBoxedFrameSlice<[S; 32]> for Box<[S]> where [S; 32]: Frame