Enum librespot_metadata::FileFormat [−][src]
pub enum FileFormat {
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
Returns the “default value” for a type. Read more
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
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more