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

#[repr(C)]
pub struct pa_server_info { pub user_name: *const c_char, pub host_name: *const c_char, pub server_version: *const c_char, pub server_name: *const c_char, pub sample_spec: pa_sample_spec, pub default_sink_name: *const c_char, pub default_source_name: *const c_char, pub cookie: u32, pub channel_map: pa_channel_map, }

Fields

user_name: *const c_charhost_name: *const c_charserver_version: *const c_charserver_name: *const c_charsample_spec: pa_sample_specdefault_sink_name: *const c_chardefault_source_name: *const c_charcookie: u32channel_map: pa_channel_map

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.