Enum libpulse_sys::stream::pa_stream_state_t
source · #[repr(C)]
pub enum pa_stream_state_t {
Unconnected,
Creating,
Ready,
Failed,
Terminated,
}Variants§
Trait Implementations§
source§impl Clone for pa_stream_state_t
impl Clone for pa_stream_state_t
source§fn clone(&self) -> pa_stream_state_t
fn clone(&self) -> pa_stream_state_t
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