Struct vlc::ModuleDescriptionList [] [src]

pub struct ModuleDescriptionList { /* fields omitted */ }

List of module description.

Trait Implementations

impl Drop for ModuleDescriptionList
[src]

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

impl<'a> IntoIterator for &'a ModuleDescriptionList
[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