Enum libpulse_binding::format::PropType [−][src]
#[repr(C)]pub enum PropType { Int, IntRange, IntArray, String, StringArray, Invalid, }
Represents the type of value of a property.
Variants
IntIntRangeIntArrayStringStringArrayInvalid
Trait Implementations
impl Clone for pa_prop_type_t[src]
impl Clone for pa_prop_type_tfn clone(&self) -> pa_prop_type_t[src]
fn clone(&self) -> pa_prop_type_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 Default for pa_prop_type_t[src]
impl Default for pa_prop_type_tfn default() -> pa_prop_type_t[src]
fn default() -> pa_prop_type_tReturns the "default value" for a type. Read more
impl Debug for pa_prop_type_t[src]
impl Debug for pa_prop_type_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_prop_type_t[src]
impl Copy for pa_prop_type_timpl Eq for pa_prop_type_t[src]
impl Eq for pa_prop_type_timpl PartialEq<pa_prop_type_t> for pa_prop_type_t[src]
impl PartialEq<pa_prop_type_t> for pa_prop_type_tAuto Trait Implementations
impl Send for pa_prop_type_t
impl Send for pa_prop_type_timpl Sync for pa_prop_type_t
impl Sync for pa_prop_type_t