Enum libpulse_sys::def::pa_source_state_t
source · #[repr(C)]
pub enum pa_source_state_t {
Invalid,
Running,
Idle,
Suspended,
}Variants§
Trait Implementations§
source§impl Clone for pa_source_state_t
impl Clone for pa_source_state_t
source§fn clone(&self) -> pa_source_state_t
fn clone(&self) -> pa_source_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