pub struct FlexProps {
pub layout: LayoutStyle,
pub direction: Axis,
pub gap: SpacingLength,
pub padding: SpacingEdges,
pub justify: MainAlign,
pub align: CrossAlign,
pub wrap: bool,
}Fields§
§layout: LayoutStyle§direction: Axis§gap: SpacingLength§padding: SpacingEdges§justify: MainAlign§align: CrossAlign§wrap: boolTrait Implementations§
impl Copy for FlexProps
Auto Trait Implementations§
impl Freeze for FlexProps
impl RefUnwindSafe for FlexProps
impl Send for FlexProps
impl Sync for FlexProps
impl Unpin for FlexProps
impl UnsafeUnpin for FlexProps
impl UnwindSafe for FlexProps
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