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
MP4PARSE_OKMP4PARSE_ERROR_BADARGMP4PARSE_ERROR_INVALIDMP4PARSE_ERROR_UNSUPPORTEDMP4PARSE_ERROR_EOFMP4PARSE_ERROR_IOTrait Implementations
impl PartialEq for mp4parse_error[src]
fn eq(&self, __arg_0: &mp4parse_error) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.