Enum components::TextAlign [−][src]
pub enum TextAlign {
Left,
Right,
Center,
Justify,
}TextAlign: Left: align text to the left Right: align text to the right Center: center the text Justify: justify the text
The horizontal alignment and layout of multiple lines of text.
Variants
Trait Implementations
impl StructuralEq for TextAlign[src]
impl StructuralEq for TextAlign[src]impl StructuralPartialEq for TextAlign[src]
impl StructuralPartialEq for TextAlign[src]Auto Trait Implementations
impl RefUnwindSafe for TextAlign
impl RefUnwindSafe for TextAlignimpl UnwindSafe for TextAlign
impl UnwindSafe for TextAlignBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,