Enum gaia_quadtree::PositionInParent [] [src]

pub enum PositionInParent {
    TopLeft,
    TopRight,
    BottomLeft,
    BottomRight,
}

Variants

Trait Implementations

impl PartialEq for PositionInParent
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for PositionInParent
[src]

impl Debug for PositionInParent
[src]

[src]

Formats the value using the given formatter.

impl Hash for PositionInParent
[src]

[src]

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

1.3.0
[src]

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