pub enum MtmdAudioOutType {
Pcm,
Wav,
}Expand description
Container for generated audio.
Variants§
Trait Implementations§
Source§impl Clone for MtmdAudioOutType
impl Clone for MtmdAudioOutType
Source§fn clone(&self) -> MtmdAudioOutType
fn clone(&self) -> MtmdAudioOutType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MtmdAudioOutType
Source§impl Debug for MtmdAudioOutType
impl Debug for MtmdAudioOutType
impl Eq for MtmdAudioOutType
Source§impl PartialEq for MtmdAudioOutType
impl PartialEq for MtmdAudioOutType
impl StructuralPartialEq for MtmdAudioOutType
Auto Trait Implementations§
impl Freeze for MtmdAudioOutType
impl RefUnwindSafe for MtmdAudioOutType
impl Send for MtmdAudioOutType
impl Sync for MtmdAudioOutType
impl Unpin for MtmdAudioOutType
impl UnsafeUnpin for MtmdAudioOutType
impl UnwindSafe for MtmdAudioOutType
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