Struct rfmod::FmodTag [] [src]

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

Structure describing a piece of tag data.

Fields

[r] The type of this tag.

[r] The type of data that this tag contains

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

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

Trait Implementations

impl Default for FmodTag
[src]

[src]

Returns the "default value" for a type. Read more