Enum mp4parse_capi::mp4parse_error [] [src]

#[repr(C)]
pub enum mp4parse_error { MP4PARSE_OK, MP4PARSE_ERROR_BADARG, MP4PARSE_ERROR_INVALID, MP4PARSE_ERROR_UNSUPPORTED, MP4PARSE_ERROR_EOF, MP4PARSE_ERROR_IO, }

Variants

Trait Implementations

impl PartialEq for mp4parse_error
[src]

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

This method tests for !=.

impl Debug for mp4parse_error
[src]

Formats the value using the given formatter.