Struct ogg_vorbis_ref::OggRefDecoder [] [src]

pub struct OggRefDecoder<R> { /* fields omitted */ }

Methods

impl<R: Read> OggRefDecoder<R>
[src]

Trait Implementations

impl<T> Drop for OggRefDecoder<T>
[src]

A method called when the value goes out of scope. Read more