Struct mp4parse_capi::mp4parse_indice
[−]
[src]
#[repr(C)]pub struct mp4parse_indice { pub start_offset: u64, pub end_offset: u64, pub start_composition: i64, pub end_composition: i64, pub start_decode: i64, pub sync: bool, }
Fields
start_offset: u64
end_offset: u64
start_composition: i64
end_composition: i64
start_decode: i64
sync: bool
Trait Implementations
impl Default for mp4parse_indice[src]
fn default() -> mp4parse_indice
Returns the "default value" for a type. Read more
impl Debug for mp4parse_indice[src]
impl PartialEq for mp4parse_indice[src]
fn eq(&self, __arg_0: &mp4parse_indice) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &mp4parse_indice) -> bool
This method tests for !=.