Struct mp4parse::TrackEncryptionBox [] [src]

pub struct TrackEncryptionBox {
    pub is_encrypted: u32,
    pub iv_size: u8,
    pub kid: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for TrackEncryptionBox
[src]

Formats the value using the given formatter.

impl Default for TrackEncryptionBox
[src]

Returns the "default value" for a type. Read more

impl Clone for TrackEncryptionBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more