Struct mp4parse::FLACSpecificBox
[−]
[src]
pub struct FLACSpecificBox {
pub blocks: Vec<FLACMetadataBlock>,
// some fields omitted
}Represet a FLACSpecificBox 'dfLa'
Fields
blocks: Vec<FLACMetadataBlock>
Trait Implementations
impl Debug for FLACSpecificBox[src]
impl Clone for FLACSpecificBox[src]
fn clone(&self) -> FLACSpecificBox
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more