Struct vlc::ModuleDescriptionList[][src]

pub struct ModuleDescriptionList { /* fields omitted */ }

List of module description.

Methods

impl ModuleDescriptionList
[src]

Returns raw pointer

Trait Implementations

impl Drop for ModuleDescriptionList
[src]

Executes the destructor for this type. 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

Auto Trait Implementations