Struct mp4parse::FLACMetadataBlock [] [src]

pub struct FLACMetadataBlock {
    pub block_type: u8,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for FLACMetadataBlock
[src]

Formats the value using the given formatter.

impl Clone for FLACMetadataBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more