#[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_mapAuto Trait Implementations§
impl Freeze for pa_server_info
impl RefUnwindSafe for pa_server_info
impl !Send for pa_server_info
impl !Sync for pa_server_info
impl Unpin for pa_server_info
impl UnwindSafe for pa_server_info
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more