Struct makepad_widgets::shader::std::os::linux::pulse_sys::pa_server_info
#[repr(C)]pub struct pa_server_info {
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_mapTrait Implementations§
§impl Clone for pa_server_info
impl Clone for pa_server_info
§fn clone(&self) -> pa_server_info
fn clone(&self) -> pa_server_info
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for pa_server_info
impl Debug for pa_server_info
impl Copy for pa_server_info
Auto Trait Implementations§
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