[][src]Trait sample::conv::ToBoxedSampleSlice

pub trait ToBoxedSampleSlice<S> where
    S: Sample
{ fn to_boxed_sample_slice(self) -> Box<[S]>; }

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

Required methods

Loading content...

Implementors

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 1]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 2]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 3]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 4]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 5]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 6]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 7]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 8]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 9]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 10]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 11]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 12]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 13]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 14]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 15]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 16]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 17]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 18]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 19]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 20]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 21]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 22]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 23]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 24]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 25]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 26]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 27]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 28]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 29]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 30]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 31]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[[S; 32]]> where
    S: Sample
[src]

impl<S> ToBoxedSampleSlice<S> for Box<[S]> where
    S: Sample
[src]

Loading content...