Struct mp4parse_capi::mp4parse_byte_data [] [src]

#[repr(C)]
pub struct mp4parse_byte_data { pub length: u32, pub data: *const u8, pub indices: *const mp4parse_indice, }

Fields

Trait Implementations

impl Default for mp4parse_byte_data
[src]

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