Enum conrod::Direction [−] [src]

pub enum Direction {
    Up,
    Down,
    Left,
    Right,
}

Directionally positioned, relative to another widget.

Variants

Up

Positioned above.

Down

Positioned below.

Left

Positioned to the left.

Right

Positioned to the right.

Trait Implementations

Derived Implementations

impl Eq for Direction

impl PartialEq for Direction

fn eq(&self, __arg_0: &Direction) -> bool

fn ne(&self, __arg_0: &Direction) -> bool

impl Decodable for Direction

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Direction, __D>

impl Encodable for Direction

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Debug for Direction

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Direction

fn clone(&self) -> Direction

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

impl Copy for Direction