Struct rtag::frame::FrameHeaderV4 [] [src]

pub struct FrameHeaderV4 {
    pub id: String,
    pub size: u32,
    pub status_flag: u8,
    pub encoding_flag: u8,
}

Frame Header V2.4

See > 4. ID3v2 frames overview

Fields

Methods

impl FrameHeaderV4
[src]

Trait Implementations

impl Clone for FrameHeaderV4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameHeaderV4
[src]

Formats the value using the given formatter.

impl PartialEq for FrameHeaderV4
[src]

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

This method tests for !=.

impl FlagAware<FrameHeaderFlag> for FrameHeaderV4
[src]

Frame header flags V2.4

See > 4.1 Frame header flags

impl FrameWriterDefault for FrameHeaderV4
[src]