Struct vorbis::Comments [] [src]

pub struct Comments { /* fields omitted */ }

Methods

impl Comments
[src]

Trait Implementations

impl Clone for Comments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Comments
[src]

Formats the value using the given formatter.

impl<'a> IntoIterator for &'a Comments
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more