pub type InterleavedBufferRef<'a, T> = Buffer<Interleaved<&'a [T]>>;Expand description
Interleaved read-only buffer referencing samples stored externally
Aliased Typeยง
pub struct InterleavedBufferRef<'a, T> { /* private fields */ }pub type InterleavedBufferRef<'a, T> = Buffer<Interleaved<&'a [T]>>;Interleaved read-only buffer referencing samples stored externally
pub struct InterleavedBufferRef<'a, T> { /* private fields */ }