pub enum AudioSampleFormat {
I16,
I32,
F32,
}Variants§
Trait Implementations§
Source§impl Clone for AudioSampleFormat
impl Clone for AudioSampleFormat
Source§fn clone(&self) -> AudioSampleFormat
fn clone(&self) -> AudioSampleFormat
Returns a duplicate 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 AudioSampleFormat
impl Debug for AudioSampleFormat
Source§impl Into<AVSampleFormat> for AudioSampleFormat
impl Into<AVSampleFormat> for AudioSampleFormat
Source§fn into(self) -> AVSampleFormat
fn into(self) -> AVSampleFormat
Converts this type into the (usually inferred) input type.
impl Copy for AudioSampleFormat
Auto Trait Implementations§
impl Freeze for AudioSampleFormat
impl RefUnwindSafe for AudioSampleFormat
impl Send for AudioSampleFormat
impl Sync for AudioSampleFormat
impl Unpin for AudioSampleFormat
impl UnwindSafe for AudioSampleFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more