pub struct ItemStyle {
pub flex_grow: f32,
pub flex_shrink: f32,
pub flex_basis: Length,
pub align_self: Option<AlignItems>,
}Fields§
§flex_grow: f32§flex_shrink: f32§flex_basis: Length§align_self: Option<AlignItems>Trait Implementations§
impl StructuralPartialEq for ItemStyle
Auto Trait Implementations§
impl Freeze for ItemStyle
impl RefUnwindSafe for ItemStyle
impl Send for ItemStyle
impl Sync for ItemStyle
impl Unpin for ItemStyle
impl UnwindSafe for ItemStyle
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