pub enum Compatibility {
    Latest,
    PreV12,
}
Expand description

PulseAudio version compatibility.

Used for indicating what level of PA version compatibility was selected at compile time via Cargo feature flags.

Note that PA v8 is the oldest supported.

Variants

Latest

Support for latest compatible version.

PreV12

Support for PA versions 8-11 selected.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.