Enum libpulse_sys::version::Compatibility[][src]

#[non_exhaustive]
pub enum Compatibility {
    V4Plus,
    V5Plus,
    V6Plus,
    V8Plus,
    V12Plus,
    V13Plus,
    V14Plus,
    V15Plus,
}
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 v4 is the oldest supported.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
V4Plus

Support for PA versions 4+ selected.

V5Plus

Support for PA version 5+ selected.

V6Plus

Support for PA version 6+ selected.

V8Plus

Support for PA version 8+ selected.

V12Plus

Support for PA version 12+ selected.

V13Plus

Support for PA version 13+ selected.

V14Plus

Support for PA version 14+ selected.

V15Plus

Support for PA version 15+ 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

Performs the conversion.

Performs the conversion.

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.