Enum gravity::gravity_exec_type [] [src]

#[repr(u32)]
pub enum gravity_exec_type { EXEC_TYPE_NATIVE, EXEC_TYPE_INTERNAL, EXEC_TYPE_BRIDGED, EXEC_TYPE_SPECIAL, }

Variants

Trait Implementations

impl Debug for gravity_exec_type
[src]

Formats the value using the given formatter.

impl Copy for gravity_exec_type
[src]

impl Clone for gravity_exec_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for gravity_exec_type
[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 gravity_exec_type
[src]

impl Hash for gravity_exec_type
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.