Struct libpulse_binding::context::introspect::ServerInfoInternal
[−]
[src]
#[repr(C)]pub struct ServerInfoInternal { pub user_name: *const i8, pub host_name: *const i8, pub server_version: *const i8, pub server_name: *const i8, pub sample_spec: pa_sample_spec, pub default_sink_name: *const i8, pub default_source_name: *const i8, pub cookie: u32, pub channel_map: pa_channel_map, }
Fields
user_name: *const i8
host_name: *const i8
server_version: *const i8
server_name: *const i8
sample_spec: pa_sample_spec
default_sink_name: *const i8
default_source_name: *const i8
channel_map: pa_channel_map
Trait Implementations
impl From<ServerInfo> for ServerInfoInternal
[src]
fn from(p: ServerInfo) -> Self
[src]
Performs the conversion.
impl From<ServerInfoInternal> for ServerInfo
[src]
fn from(p: ServerInfoInternal) -> Self
[src]
Performs the conversion.