Struct mp4parse::OpusSpecificBox
[−]
[src]
pub struct OpusSpecificBox {
pub version: u8,
// some fields omitted
}Represent an OpusSpecificBox 'dOps'
Fields
version: u8
Trait Implementations
impl Debug for OpusSpecificBox[src]
impl Clone for OpusSpecificBox[src]
fn clone(&self) -> OpusSpecificBox
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