Enum emath::align::Align [−][src]
pub enum Align {
Min,
Center,
Max,
}
Expand description
left/center/right or top/center/bottom alignment for e.g. anchors and layouts.
Variants
Min
Left or top.
Center
Horizontal or vertical center.
Max
Right or bottom.
Implementations
👎 Deprecated:
Use Self::LEFT
👎 Deprecated:
Use Self::RIGHT
👎 Deprecated:
Use Self::TOP
👎 Deprecated:
Use Self::BOTTOM
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Align
impl UnwindSafe for Align
Blanket Implementations
Mutably borrows from an owned value. Read more