#[repr(C)]
pub enum TextHorizontalAlignment {
left,
center,
right,
}
Variants
left
center
right
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for TextHorizontalAlignment
impl Send for TextHorizontalAlignment
impl Sync for TextHorizontalAlignment
impl Unpin for TextHorizontalAlignment
impl UnwindSafe for TextHorizontalAlignment
Blanket Implementations
Mutably borrows from an owned value. Read more