[][src]Trait dasp_slice::boxed::DuplexBoxedSlice

pub trait DuplexBoxedSlice<S, F>: DuplexBoxedSampleSlice<S> + DuplexBoxedFrameSlice<F> where
    S: Sample,
    F: Frame<Sample = S>, 
{ }

For converting to and from a boxed slice of Samples of type S and a slice of Frames of type F.

Required Features

  • When using dasp_slice, this item requires the boxed feature to be enabled.
  • When using dasp, this item requires the slice-boxed feature to be enabled.

Implementors

impl<S, F, T> DuplexBoxedSlice<S, F> for T where
    S: Sample,
    F: Frame<Sample = S>,
    T: DuplexBoxedSampleSlice<S> + DuplexBoxedFrameSlice<F>, 
[src]

Loading content...