Enum conrod::HorizontalAlign [−] [src]

pub enum HorizontalAlign {
    Left,
    Middle,
    Right,
}

The horizontal alignment of a widget positioned relatively to another widget on the y axis.

Variants

Left

Align the left edges of the widgets.

Middle

Align the centres of the widgets' closest parallel edges.

Right

Align the right edges of the relative widgets.

Trait Implementations

Derived Implementations

impl Eq for HorizontalAlign

impl PartialEq for HorizontalAlign

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

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

impl Decodable for HorizontalAlign

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

impl Encodable for HorizontalAlign

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

impl Debug for HorizontalAlign

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

impl Clone for HorizontalAlign

fn clone(&self) -> HorizontalAlign

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

impl Copy for HorizontalAlign