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

#[repr(C)]
pub struct pa_client_info { pub index: u32, pub name: *const c_char, pub owner_module: u32, pub driver: *const c_char, pub proplist: *mut pa_proplist, }
Expand description

Stores information about clients.

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

Fields

index: u32

Index of this client.

name: *const c_char

Name of this client.

owner_module: u32

Index of the owning module, or PA_INVALID_INDEX.

driver: *const c_char

Driver name.

proplist: *mut pa_proplist

Property list.

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.