Enum descartes::AreaLocation[][src]

pub enum AreaLocation {
    Inside,
    Boundary,
    Outside,
}

Variants

Trait Implementations

impl PartialEq for AreaLocation
[src]

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

This method tests for !=.

Auto Trait Implementations