pub struct RowProps {
pub children: Children,
pub alignment: RowAlignment,
}Fields§
§children: Children§alignment: RowAlignmentTrait Implementations§
Source§impl Properties for RowProps
impl Properties for RowProps
impl StructuralPartialEq 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 !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