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_char
host_name: *const c_char
server_version: *const c_char
server_name: *const c_char
sample_spec: pa_sample_spec
default_sink_name: *const c_char
default_source_name: *const c_char
channel_map: pa_channel_map
Auto Trait Implementations
impl !Send for pa_server_info
impl !Send for pa_server_infoimpl !Sync for pa_server_info
impl !Sync for pa_server_info