Struct vlc::ModuleDescriptionRef[][src]

pub struct ModuleDescriptionRef<'a> {
    pub name: Option<Cow<'a, str>>,
    pub shortname: Option<Cow<'a, str>>,
    pub longname: Option<Cow<'a, str>>,
    pub help: Option<Cow<'a, str>>,
}

Description of a module.

Fields

Methods

impl<'a> ModuleDescriptionRef<'a>
[src]

Convert to owned strings.

Trait Implementations

impl<'a> Clone for ModuleDescriptionRef<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for ModuleDescriptionRef<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for ModuleDescriptionRef<'a>
[src]

impl<'a> Hash for ModuleDescriptionRef<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Debug for ModuleDescriptionRef<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ModuleDescriptionRef<'a>

impl<'a> Sync for ModuleDescriptionRef<'a>