#[repr(C)]
pub enum TextVerticalAlignment {
top,
center,
bottom,
}
Variants
top
center
bottom
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 TextVerticalAlignment
impl Send for TextVerticalAlignment
impl Sync for TextVerticalAlignment
impl Unpin for TextVerticalAlignment
impl UnwindSafe for TextVerticalAlignment
Blanket Implementations
Mutably borrows from an owned value. Read more