Enum lofty::ItemValue [−][src]
Expand description
Represents a tag item’s value
Variants
Text(String)
Tuple Fields
0: StringAny UTF-8 encoded text
Locator(String)
Tuple Fields
0: StringAny UTF-8 encoded locator of external information
This is only gets special treatment in ID3v2 and APE tags, being written
as a normal string in other tags
Binary(Vec<u8>)
Binary information
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ItemValue
impl UnwindSafe for ItemValue
Blanket Implementations
Mutably borrows from an owned value. Read more
