Enum native_windows_gui::HTextAlign [−][src]
pub enum HTextAlign {
Left,
Center,
Right,
}Expand description
Text align constant on the horizontal axis
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HTextAlignimpl Send for HTextAlignimpl Sync for HTextAlignimpl Unpin for HTextAlignimpl UnwindSafe for HTextAlignBlanket Implementations
Mutably borrows from an owned value. Read more