pub struct Style {
pub display: Display,
pub item_style: ItemStyle,
pub size: SizeStyle,
pub box_sizing: BoxSizing,
pub spacing: Spacing,
pub justify_content: JustifyContent,
pub align_items: AlignItems,
pub column_gap: Length,
pub row_gap: Length,
}Fields§
§display: Display§item_style: ItemStyle§size: SizeStyle§box_sizing: BoxSizing§spacing: Spacing§justify_content: JustifyContent§align_items: AlignItems§column_gap: Length§row_gap: LengthTrait Implementations§
impl StructuralPartialEq for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnsafeUnpin for Style
impl UnwindSafe for Style
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