Enum librespot_protocol::metadata::AudioFile_Format [−][src]
pub enum AudioFile_Format {
Show 14 variants
OGG_VORBIS_96,
OGG_VORBIS_160,
OGG_VORBIS_320,
MP3_256,
MP3_320,
MP3_160,
MP3_96,
MP3_160_ENC,
MP4_128_DUAL,
OTHER3,
AAC_160,
AAC_320,
MP4_128,
OTHER5,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for AudioFile_Format
impl Send for AudioFile_Format
impl Sync for AudioFile_Format
impl Unpin for AudioFile_Format
impl UnwindSafe for AudioFile_Format
Blanket Implementations
Mutably borrows from an owned value. Read more