Enum cubeb_backend::SampleFormat
source · pub enum SampleFormat {
S16LE,
S16BE,
Float32LE,
Float32BE,
S16NE,
Float32NE,
}Variants§
Trait Implementations§
source§impl Clone for SampleFormat
impl Clone for SampleFormat
source§fn clone(&self) -> SampleFormat
fn clone(&self) -> SampleFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SampleFormat
impl Debug for SampleFormat
source§impl From<u32> for SampleFormat
impl From<u32> for SampleFormat
source§fn from(x: u32) -> SampleFormat
fn from(x: u32) -> SampleFormat
Converts to this type from the input type.