Struct lofty::TaggedFile [−][src]
pub struct TaggedFile { /* fields omitted */ }Expand description
A generic representation of a file
This is used when the FileType has to be guessed
Implementations
Returns the primary tag
Gets a mutable reference to the file’s “Primary tag”
Returns the file type’s primary TagType
Determines whether the file supports the given TagType
Returns all tags
Gets a mutable reference to the first tag, if there are any
Get a mutable reference to a specific TagType
Inserts a Tag
If a tag is replaced, it will be returned
Removes a specific TagType
This will return the tag if it is removed
Returns a reference to the file’s FileProperties
Trait Implementations
Performs the conversion.
