Home
last modified time | relevance | path

Searched refs:PacketsIter (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-0.0.14/src/
H A Dlib.rs15 pub struct PacketsIter<'a, R: 'a + Read + Seek>(&'a mut Decoder<R>); struct
185 pub fn packets(&mut self) -> PacketsIter<R> { in packets()
186 PacketsIter(self) in packets()
237 impl<'a, R> Iterator for PacketsIter<'a, R> where R: 'a + Read + Seek { implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs14 pub struct PacketsIter<'a, R: 'a + Read + Seek>(&'a mut Decoder<R>); struct
184 pub fn packets(&mut self) -> PacketsIter<R> { in packets()
185 PacketsIter(self) in packets()
236 impl<'a, R> Iterator for PacketsIter<'a, R> where R: 'a + Read + Seek { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs14 pub struct PacketsIter<'a, R: 'a + Read + Seek>(&'a mut Decoder<R>); struct
184 pub fn packets(&mut self) -> PacketsIter<R> { in packets()
185 PacketsIter(self) in packets()
236 impl<'a, R> Iterator for PacketsIter<'a, R> where R: 'a + Read + Seek { implementation
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-0.1.0/src/
H A Dlib.rs17 pub struct PacketsIter<'a, R: 'a + Read + Seek>(&'a mut Decoder<R>); struct
189 pub fn packets(&mut self) -> PacketsIter<R> { in packets()
190 PacketsIter(self) in packets()
242 impl<'a, R> Iterator for PacketsIter<'a, R> where R: 'a + Read + Seek { implementation