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

#[repr(C)]
pub struct ClientInfoInternal { pub index: u32, pub name: *const i8, pub owner_module: u32, pub driver: *const i8, pub proplist: *mut pa_proplist, }

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 of this client.

Name of this client.

Index of the owning module, or ::def::PA_INVALID_INDEX.

Driver name.

Property list.

Trait Implementations

impl From<ClientInfo> for ClientInfoInternal
[src]

[src]

Performs the conversion.

impl From<ClientInfoInternal> for ClientInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for pa_client_info

impl !Sync for pa_client_info