Enum libpulse_binding::def::PortAvailable [−][src]
#[repr(C)]pub enum PortAvailable { Unknown, No, Yes, }
Variants
UnknownThis port does not support jack detection
NoThis port is not available, likely because the jack is not plugged in.
YesThis port is available, likely because the jack is plugged in.
Trait Implementations
impl Clone for pa_port_available_t[src]
impl Clone for pa_port_available_tfn clone(&self) -> pa_port_available_t[src]
fn clone(&self) -> pa_port_available_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for pa_port_available_t[src]
impl Debug for pa_port_available_tfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for pa_port_available_t[src]
impl Copy for pa_port_available_timpl Eq for pa_port_available_t[src]
impl Eq for pa_port_available_timpl PartialEq<pa_port_available_t> for pa_port_available_t[src]
impl PartialEq<pa_port_available_t> for pa_port_available_tAuto Trait Implementations
impl Send for pa_port_available_t
impl Send for pa_port_available_timpl Sync for pa_port_available_t
impl Sync for pa_port_available_t