Struct libpulse_sys::context::introspect::pa_module_info[][src]

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

Fields

index: u32name: *const c_charargument: *const c_charn_used: u32auto_unload: i32
👎 Deprecated
proplist: *mut pa_proplist

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.