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 HorizontalAlignment
impl Send for HorizontalAlignment
impl Sync for HorizontalAlignment
impl Unpin for HorizontalAlignment
impl UnwindSafe for HorizontalAlignment
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = T
Should always be Self
Casts the value.
Casts the value.
Casts the value.