Enum rtag::frame::TextEncoding [] [src]

pub enum TextEncoding {
    ISO88591,
    UTF16LE,
    UTF16BE,
    UTF8,
}

Frame Encoding

See > 4. ID3v2 frame overview

Variants

Trait Implementations

impl Clone for TextEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextEncoding
[src]

Formats the value using the given formatter.

impl PartialEq for TextEncoding
[src]

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

This method tests for !=.