Struct audio_processor_traits::audio_buffer::AudioFrameReference [−][src]
pub struct AudioFrameReference<'a, BufferType> { /* fields omitted */ }
Implementations
pub fn iter(&self) -> AudioFrameReferenceIterator<'a, BufferType>ⓘNotable traits for AudioFrameReferenceIterator<'a, BufferType>
impl<'a, BufferType: AudioBuffer> Iterator for AudioFrameReferenceIterator<'a, BufferType> type Item = &'a BufferType::SampleType;
Auto Trait Implementations
impl<'a, BufferType> RefUnwindSafe for AudioFrameReference<'a, BufferType> where
BufferType: RefUnwindSafe,
impl<'a, BufferType> Send for AudioFrameReference<'a, BufferType> where
BufferType: Sync,
impl<'a, BufferType> Sync for AudioFrameReference<'a, BufferType> where
BufferType: Sync,
impl<'a, BufferType> Unpin for AudioFrameReference<'a, BufferType>
impl<'a, BufferType> UnwindSafe for AudioFrameReference<'a, BufferType> where
BufferType: RefUnwindSafe,