Struct rtag::frame::Head [] [src]

pub struct Head {
    pub version: u8,
    pub minor_version: u8,
    pub flag: u8,
    pub size: u32,
}

ID3V2 Header

Fields

Methods

impl Head
[src]

Trait Implementations

impl Clone for Head
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Head
[src]

Formats the value using the given formatter.

impl PartialEq for Head
[src]

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

This method tests for !=.

impl FlagAware<HeadFlag> for Head
[src]

Frame Header Flags

Note

Head level 'Unsynchronisation' does not work on V2.4 - Reference File: "/test-resources/v2.4-unsync.mp3"

impl FrameWriterDefault for Head
[src]