pub enum RecordFormat {
Mp3,
Amr,
Wma,
M4a,
Spx,
Ogg,
Wav,
Flac,
}Variants§
Trait Implementations§
Source§impl Clone for RecordFormat
impl Clone for RecordFormat
Source§fn clone(&self) -> RecordFormat
fn clone(&self) -> RecordFormat
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 RecordFormat
impl Debug for RecordFormat
Auto Trait Implementations§
impl Freeze for RecordFormat
impl RefUnwindSafe for RecordFormat
impl Send for RecordFormat
impl Sync for RecordFormat
impl Unpin for RecordFormat
impl UnwindSafe for RecordFormat
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