#[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§cookie: u32§channel_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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.