#[repr(u32)]pub enum FlexAlign {
Start = 0,
End = 1,
Center = 2,
SpaceEvenly = 3,
SpaceAround = 4,
SpaceBetween = 5,
}Expand description
Flex track / item alignment (matches lv_flex_align_t).
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlexAlign
impl RefUnwindSafe for FlexAlign
impl Send for FlexAlign
impl Sync for FlexAlign
impl Unpin for FlexAlign
impl UnsafeUnpin for FlexAlign
impl UnwindSafe for FlexAlign
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more