#[repr(C)]pub enum FlexAlign {
Start = 0,
End = 1,
Center = 2,
SpaceEvenly = 3,
SpaceAround = 4,
SpaceBetween = 5,
}Variants§
Trait Implementations§
impl Copy for FlexAlign
impl Eq for FlexAlign
impl StructuralPartialEq for FlexAlign
Auto Trait Implementations§
impl Freeze for FlexAlign
impl RefUnwindSafe for FlexAlign
impl Send for FlexAlign
impl Sync for FlexAlign
impl Unpin 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