Enum conrod::widget::canvas::Direction
[−]
[src]
pub enum Direction {
X(Direction),
Y(Direction),
}The direction in which a sequence of canvas splits will be laid out.
Variants
X(Direction)Lay splits along the x axis.
Y(Direction)Lay splits along the y axis.
Trait Implementations
impl Copy for Direction[src]
impl Clone for Direction[src]
fn clone(&self) -> Direction[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more