Enum allegro_audio::AudioDepth [] [src]

pub enum AudioDepth {
    I8,
    I16,
    I24,
    U8,
    U16,
    U24,
    F32,
}

Variants

Methods

impl AudioDepth
[src]

Trait Implementations

impl PartialEq for AudioDepth
[src]

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

This method tests for !=.

impl Copy for AudioDepth
[src]

impl Clone for AudioDepth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more