Enum css_style::box_align::JustifyContent [−][src]
pub enum JustifyContent {
Show 26 variants
Normal,
SpaceBetween,
SpaceAround,
SpaceEvenly,
Stretch,
Center,
SafeCenter,
UnsafeCenter,
Start,
SafeStart,
UnsafeStart,
End,
SafeEnd,
UnsafeEnd,
FlexStart,
SafeFlexStart,
UnsafeFlexStart,
FlexEnd,
SafeFlexEnd,
UnsafeFlexEnd,
Left,
SafeLeft,
UnsafeLeft,
Right,
SafeRight,
UnsafeRight,
}
Variants
Normal
SpaceBetween
SpaceAround
SpaceEvenly
Stretch
Center
SafeCenter
UnsafeCenter
Start
SafeStart
UnsafeStart
End
SafeEnd
UnsafeEnd
FlexStart
SafeFlexStart
UnsafeFlexStart
FlexEnd
SafeFlexEnd
UnsafeFlexEnd
Left
SafeLeft
UnsafeLeft
Right
SafeRight
UnsafeRight
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JustifyContent
impl Send for JustifyContent
impl Sync for JustifyContent
impl Unpin for JustifyContent
impl UnwindSafe for JustifyContent
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Convert into T with values clamped to the color defined bounds Read more
Convert into T. The resulting color might be invalid in its color space Read more
Convert into T, returning ok if the color is inside of its defined
range, otherwise an OutOfBounds
error is returned which contains
the unclamped color. Read more