Enum cubeb::SampleFormat [] [src]

pub enum SampleFormat {
    S16LE,
    S16BE,
    Float32LE,
    Float32BE,
    S16NE,
    Float32NE,
}

Variants

Trait Implementations

impl Into<u32> for SampleFormat
[src]

[src]

Performs the conversion.

impl Copy for SampleFormat
[src]

impl PartialEq<SampleFormat> for SampleFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for SampleFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SampleFormat
[src]

impl From<u32> for SampleFormat
[src]

[src]

Performs the conversion.

impl Debug for SampleFormat
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SampleFormat

impl Sync for SampleFormat