Enum gravity::error_type_t [] [src]

#[repr(u32)]
pub enum error_type_t { GRAVITY_ERROR_NONE, GRAVITY_ERROR_SYNTAX, GRAVITY_ERROR_SEMANTIC, GRAVITY_ERROR_RUNTIME, GRAVITY_ERROR_IO, GRAVITY_WARNING, }

Variants

Trait Implementations

impl Debug for error_type_t
[src]

Formats the value using the given formatter.

impl Copy for error_type_t
[src]

impl Clone for error_type_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for error_type_t
[src]

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

This method tests for !=.

impl Eq for error_type_t
[src]

impl Hash for error_type_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more