Enum libpulse_binding::format::PropType
source · pub enum PropType {
Int,
IntRange,
IntArray,
String,
StringArray,
Invalid,
}Expand description
Represents the type of value of a property.
Variants
Int
IntRange
IntArray
String
StringArray
Invalid
Trait Implementations
sourceimpl Clone for pa_prop_type_t
impl Clone for pa_prop_type_t
sourcefn clone(&self) -> pa_prop_type_t
fn clone(&self) -> pa_prop_type_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_prop_type_t
impl Debug for pa_prop_type_t
sourceimpl Default for pa_prop_type_t
impl Default for pa_prop_type_t
sourcefn default() -> pa_prop_type_t
fn default() -> pa_prop_type_t
Returns the “default value” for a type. Read more
sourceimpl PartialEq<pa_prop_type_t> for pa_prop_type_t
impl PartialEq<pa_prop_type_t> for pa_prop_type_t
sourcefn eq(&self, other: &pa_prop_type_t) -> bool
fn eq(&self, other: &pa_prop_type_t) -> bool
impl Copy for pa_prop_type_t
impl Eq for pa_prop_type_t
impl StructuralEq for pa_prop_type_t
impl StructuralPartialEq for pa_prop_type_t
Auto Trait Implementations
impl RefUnwindSafe for pa_prop_type_t
impl Send for pa_prop_type_t
impl Sync for pa_prop_type_t
impl Unpin for pa_prop_type_t
impl UnwindSafe for pa_prop_type_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