Struct libpulse_binding::context::introspect::ModuleInfo[][src]

pub struct ModuleInfo<'a> {
    pub index: u32,
    pub name: Option<Cow<'a, str>>,
    pub argument: Option<Cow<'a, str>>,
    pub n_used: Option<u32>,
    pub proplist: Proplist,
}

Stores information about modules.

Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.

Fields

Index of the module.

Name of the module.

Argument string of the module.

Usage counter or None if invalid.

Property list.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for ModuleInfo<'a>

impl<'a> !Sync for ModuleInfo<'a>