Enum conrod::Corner [−] [src]

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

A corner of a rectangle.

Variants

TopLeft

The top left quarter of a rectangle's area.

TopRight

The top right quarter of a rectangle's area.

BottomLeft

The bottom left quarter of a rectangle's area.

BottomRight

The bottom right quarter of a rectangle's area.

Trait Implementations

Derived Implementations

impl Clone for Corner

fn clone(&self) -> Corner

fn clone_from(&mut self, source: &Self)

impl Copy for Corner