Enum lofty::id3::v2::Id3v2Version [−][src]
pub enum Id3v2Version {
V2,
V3,
V4,
}Expand description
The ID3v2 version
Variants
V2
ID3v2.2
V3
ID3v2.3
V4
ID3v2.4
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Id3v2Version
impl Send for Id3v2Version
impl Sync for Id3v2Version
impl Unpin for Id3v2Version
impl UnwindSafe for Id3v2Version
Blanket Implementations
Mutably borrows from an owned value. Read more
