Enum embedded_text::alignment::HorizontalAlignment [−][src]
pub enum HorizontalAlignment {
Left,
Center,
Right,
Justified,
}Expand description
Horizontal text alignment options.
Variants
Left aligned.
Center aligned.
Right aligned.
Fully justified.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HorizontalAlignmentimpl Send for HorizontalAlignmentimpl Sync for HorizontalAlignmentimpl Unpin for HorizontalAlignmentimpl UnwindSafe for HorizontalAlignmentBlanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = TShould always be Self
Casts the value.
Casts the value.
Casts the value.