pub enum SoundType {
Show 26 variants
Unknown,
Aiff,
Asf,
Dls,
Flac,
Fsb,
It,
Midi,
Mod,
Mpeg,
OggVorbis,
Playlist,
Raw,
S3M,
User,
Wav,
Xm,
Xma,
AudioQueue,
At9,
Vorbis,
MediaFoundation,
Mediacodec,
Fadpcm,
Opus,
Max,
}
Variants
Unknown
Aiff
Asf
Dls
Flac
Fsb
It
Midi
Mod
Mpeg
OggVorbis
Playlist
Raw
S3M
User
Wav
Xm
Xma
AudioQueue
At9
Vorbis
MediaFoundation
Mediacodec
Fadpcm
Opus
Max
Implementations
Trait Implementations
sourceimpl From<SoundType> for FMOD_SOUND_TYPE
impl From<SoundType> for FMOD_SOUND_TYPE
sourcefn from(value: SoundType) -> FMOD_SOUND_TYPE
fn from(value: SoundType) -> FMOD_SOUND_TYPE
Converts to this type from the input type.
impl Copy for SoundType
impl StructuralPartialEq for SoundType
Auto Trait Implementations
impl RefUnwindSafe for SoundType
impl Send for SoundType
impl Sync for SoundType
impl Unpin for SoundType
impl UnwindSafe for SoundType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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