[−][src]Struct libpulse_sys::context::introspect::pa_source_info
Fields
name: *const c_charindex: u32description: *const c_charsample_spec: pa_sample_specchannel_map: pa_channel_mapowner_module: u32volume: pa_cvolumemute: i32monitor_of_sink: u32monitor_of_sink_name: *const c_charlatency: pa_usec_tdriver: *const c_charflags: pa_source_flags_tproplist: *mut pa_proplistconfigured_latency: pa_usec_tbase_volume: pa_volume_tstate: pa_source_state_tn_volume_steps: u32card: u32n_ports: u32ports: *mut *mut pa_source_port_infoactive_port: *mut pa_source_port_infon_formats: u8formats: *mut *mut pa_format_infoAuto Trait Implementations
impl RefUnwindSafe for pa_source_info
impl !Send for pa_source_info
impl !Sync for pa_source_info
impl Unpin for pa_source_info
impl UnwindSafe for pa_source_info
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,