Enum gravity::gnode_location_type [] [src]

#[repr(u32)]
pub enum gnode_location_type { LOCATION_LOCAL, LOCATION_GLOBAL, LOCATION_UPVALUE, LOCATION_CLASS_IVAR_SAME, LOCATION_CLASS_IVAR_OUTER, }

Variants

Trait Implementations

impl Debug for gnode_location_type
[src]

Formats the value using the given formatter.

impl Copy for gnode_location_type
[src]

impl Clone for gnode_location_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for gnode_location_type
[src]

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

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