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. |