pub struct RIFFInfoList { /* private fields */ }
Expand description

A RIFF INFO LIST

Supported file types

Conversions

From Tag

Two conditions must be met:

  • The TagItem has a value other than ItemValue::Binary
  • It has a key that is 4 bytes in length and within the ASCII range

Implementations

Get an item by key

Insert an item

NOTE: This will do nothing if key is invalid

This will case-insensitively replace any item with the same key

Remove an item by key

This will case-insensitively remove an item with the key

Returns the tag’s items in (key, value) pairs

Trait Implementations

Returns the artist Read more
Sets the artist Read more
Removes the artist Read more
Returns the title Read more
Sets the title Read more
Removes the title Read more
Returns the album Read more
Sets the album Read more
Removes the album Read more
Returns the genre Read more
Sets the genre Read more
Removes the genre Read more
Returns the comment Read more
Sets the comment Read more
Removes the comment Read more
Returns the track Read more
Sets the track Read more
Removes the track Read more
Returns the track total Read more
Sets the track total Read more
Removes the track total Read more
Returns the disk Read more
Sets the disk Read more
Removes the disk Read more
Returns the disk total Read more
Sets the disk total Read more
Removes the disk total Read more
Returns the year Read more
Sets the year Read more
Removes the year Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Converts to this type from the input type.
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
The associated error which can be returned from IO operations
Whether the tag has any items Read more
Save the tag to a path Read more
Save the tag to a File Read more
Dump the tag to a writer Read more
Remove a tag from a Path Read more
Remove a tag from a File Read more
Clear the tag, removing all items Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.