Enum nstd::audio::NSTDAudioSampleFormat
source · [−]#[repr(C)]
pub enum NSTDAudioSampleFormat {
INT16,
UINT16,
FLOAT32,
}Expand description
Represents an audio sample format.
Variants
INT16
Signed 16-bit integer.
UINT16
Unsigned 16-bit integer.
FLOAT32
32-bit float.
Auto Trait Implementations
impl RefUnwindSafe for NSTDAudioSampleFormat
impl Send for NSTDAudioSampleFormat
impl Sync for NSTDAudioSampleFormat
impl Unpin for NSTDAudioSampleFormat
impl UnwindSafe for NSTDAudioSampleFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more