Enum libsoundio_sys::SoundIoFormat [] [src]

#[repr(u32)]
pub enum SoundIoFormat { SoundIoFormatInvalid, SoundIoFormatS8, SoundIoFormatU8, SoundIoFormatS16LE, SoundIoFormatS16BE, SoundIoFormatU16LE, SoundIoFormatU16BE, SoundIoFormatS24LE, SoundIoFormatS24BE, SoundIoFormatU24LE, SoundIoFormatU24BE, SoundIoFormatS32LE, SoundIoFormatS32BE, SoundIoFormatU32LE, SoundIoFormatU32BE, SoundIoFormatFloat32LE, SoundIoFormatFloat32BE, SoundIoFormatFloat64LE, SoundIoFormatFloat64BE, }

Variants

Trait Implementations

impl Copy for SoundIoFormat
[src]

impl Clone for SoundIoFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more