[][src]Enum rkpi2::Fmt

pub enum Fmt {
    Int8,
    Int16,
    Int32,
    Int64,
    Float32,
    Float64,
}

Sampleformat to code PCM audio data with.

Variants

Int8
Int16
Int32
Int64
Float32
Float64

Trait Implementations

impl Clone for Fmt[src]

impl Copy for Fmt[src]

impl Debug for Fmt[src]

impl PartialEq<Fmt> for Fmt[src]

impl StructuralPartialEq for Fmt[src]

impl TryFrom<u8> for Fmt[src]

type Error = RErr

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Fmt

impl Send for Fmt

impl Sync for Fmt

impl Unpin for Fmt

impl UnwindSafe for Fmt

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.