Enum cubeb_core::SampleFormat [] [src]

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

Variants

Trait Implementations

impl PartialEq 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 Eq for SampleFormat
[src]

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 Debug for SampleFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SampleFormat
[src]

impl From<cubeb_sample_format> for SampleFormat
[src]

[src]

Performs the conversion.

impl Into<cubeb_sample_format> for SampleFormat
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SampleFormat

impl Sync for SampleFormat