Struct mp4parse::ProtectionSchemeInfoBox
[−]
[src]
pub struct ProtectionSchemeInfoBox {
pub code_name: String,
pub tenc: Option<TrackEncryptionBox>,
}Fields
code_name: String
tenc: Option<TrackEncryptionBox>
Trait Implementations
impl Debug for ProtectionSchemeInfoBox[src]
impl Default for ProtectionSchemeInfoBox[src]
fn default() -> ProtectionSchemeInfoBox[src]
Returns the "default value" for a type. Read more
impl Clone for ProtectionSchemeInfoBox[src]
fn clone(&self) -> ProtectionSchemeInfoBox[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more