Enum gravity::gravity_special_index [] [src]

#[repr(u32)]
pub enum gravity_special_index { EXEC_TYPE_SPECIAL_GETTER, EXEC_TYPE_SPECIAL_SETTER, }

Variants

Trait Implementations

impl Debug for gravity_special_index
[src]

Formats the value using the given formatter.

impl Copy for gravity_special_index
[src]

impl Clone for gravity_special_index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for gravity_special_index
[src]

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

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