Enum libpulse_binding::def::PortAvailable
source · pub enum PortAvailable {
Unknown,
No,
Yes,
}Variants
Unknown
This port does not support jack detection.
No
This port is not available, likely because the jack is not plugged in.
Yes
This port is available, likely because the jack is plugged in.
Trait Implementations
sourceimpl Clone for pa_port_available_t
impl Clone for pa_port_available_t
sourcefn clone(&self) -> pa_port_available_t
fn clone(&self) -> pa_port_available_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for pa_port_available_t
impl Debug for pa_port_available_t
sourceimpl PartialEq<pa_port_available_t> for pa_port_available_t
impl PartialEq<pa_port_available_t> for pa_port_available_t
sourcefn eq(&self, other: &pa_port_available_t) -> bool
fn eq(&self, other: &pa_port_available_t) -> bool
impl Copy for pa_port_available_t
impl Eq for pa_port_available_t
impl StructuralEq for pa_port_available_t
impl StructuralPartialEq for pa_port_available_t
Auto Trait Implementations
impl RefUnwindSafe for pa_port_available_t
impl Send for pa_port_available_t
impl Sync for pa_port_available_t
impl Unpin for pa_port_available_t
impl UnwindSafe for pa_port_available_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more