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 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

Performs the conversion.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.