[][src]Trait sample::conv::ToBoxedFrameSlice

pub trait ToBoxedFrameSlice<F> where
    F: Frame
{ fn to_boxed_frame_slice(self) -> Option<Box<[F]>>; }

For converting from a boxed slice of Samples to a boxed slice of Frames.

Required methods

Loading content...

Implementors

impl<F> ToBoxedFrameSlice<F> for Box<[F]> where
    F: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 10]> for Box<[S]> where
    S: Sample,
    [S; 10]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 11]> for Box<[S]> where
    S: Sample,
    [S; 11]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 12]> for Box<[S]> where
    S: Sample,
    [S; 12]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 13]> for Box<[S]> where
    S: Sample,
    [S; 13]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 14]> for Box<[S]> where
    S: Sample,
    [S; 14]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 15]> for Box<[S]> where
    S: Sample,
    [S; 15]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 16]> for Box<[S]> where
    S: Sample,
    [S; 16]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 17]> for Box<[S]> where
    S: Sample,
    [S; 17]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 18]> for Box<[S]> where
    S: Sample,
    [S; 18]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 19]> for Box<[S]> where
    S: Sample,
    [S; 19]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 1]> for Box<[S]> where
    S: Sample,
    [S; 1]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 20]> for Box<[S]> where
    S: Sample,
    [S; 20]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 21]> for Box<[S]> where
    S: Sample,
    [S; 21]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 22]> for Box<[S]> where
    S: Sample,
    [S; 22]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 23]> for Box<[S]> where
    S: Sample,
    [S; 23]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 24]> for Box<[S]> where
    S: Sample,
    [S; 24]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 25]> for Box<[S]> where
    S: Sample,
    [S; 25]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 26]> for Box<[S]> where
    S: Sample,
    [S; 26]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 27]> for Box<[S]> where
    S: Sample,
    [S; 27]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 28]> for Box<[S]> where
    S: Sample,
    [S; 28]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 29]> for Box<[S]> where
    S: Sample,
    [S; 29]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 2]> for Box<[S]> where
    S: Sample,
    [S; 2]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 30]> for Box<[S]> where
    S: Sample,
    [S; 30]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 31]> for Box<[S]> where
    S: Sample,
    [S; 31]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 32]> for Box<[S]> where
    S: Sample,
    [S; 32]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 3]> for Box<[S]> where
    S: Sample,
    [S; 3]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 4]> for Box<[S]> where
    S: Sample,
    [S; 4]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 5]> for Box<[S]> where
    S: Sample,
    [S; 5]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 6]> for Box<[S]> where
    S: Sample,
    [S; 6]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 7]> for Box<[S]> where
    S: Sample,
    [S; 7]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 8]> for Box<[S]> where
    S: Sample,
    [S; 8]: Frame
[src]

impl<S> ToBoxedFrameSlice<[S; 9]> for Box<[S]> where
    S: Sample,
    [S; 9]: Frame
[src]

Loading content...