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

Trait Implementations

impl Default for mp4parse_indice
[src]

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

impl Debug for mp4parse_indice
[src]

Formats the value using the given formatter.

impl PartialEq for mp4parse_indice
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.