Struct rfmod::FmodTag[][src]

pub struct FmodTag {
    pub _type: TagType,
    pub data_type: TagDataType,
    pub name: String,
    pub updated: bool,
    // some fields omitted
}
Expand description

Structure describing a piece of tag data.

Fields

_type: TagType

[r] The type of this tag.

data_type: TagDataType

[r] The type of data that this tag contains

name: String

[r] The name of this tag i.e. “TITLE”, “ARTIST” etc.

updated: bool

[r] True if this tag has been updated since last being accessed with Sound::get_tag

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.