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

#[repr(C)]
pub struct ModuleInfo { pub index: u32, pub name: *const c_char, pub argument: *const c_char, pub n_used: u32, pub auto_unload: i32, pub proplist: *mut ProplistInternal, }

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 ::def::INVALID_INDEX.

Deprecated

Non-zero if this is an autoloaded module.

Property list.