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