Enum cubeb_core::SampleFormat
[−]
[src]
pub enum SampleFormat {
S16LE,
S16BE,
Float32LE,
Float32BE,
S16NE,
Float32NE,
}Variants
S16LES16BEFloat32LEFloat32BES16NEFloat32NE
Trait Implementations
impl PartialEq for SampleFormat[src]
fn eq(&self, __arg_0: &SampleFormat) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for SampleFormat[src]
impl Clone for SampleFormat[src]
fn clone(&self) -> SampleFormat[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for SampleFormat[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for SampleFormat[src]
impl From<cubeb_sample_format> for SampleFormat[src]
fn from(x: cubeb_sample_format) -> SampleFormat[src]
Performs the conversion.
impl Into<cubeb_sample_format> for SampleFormat[src]
fn into(self) -> cubeb_sample_format[src]
Performs the conversion.