pub struct FlowLayout {
pub gap_x: f32,
pub gap_y: f32,
pub align: CrossAlign,
}Expand description
Wrapping inline flow layout (like CSS inline-block).
Fields§
§gap_x: f32§gap_y: f32§align: CrossAlignImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowLayout
impl RefUnwindSafe for FlowLayout
impl Send for FlowLayout
impl Sync for FlowLayout
impl Unpin for FlowLayout
impl UnsafeUnpin for FlowLayout
impl UnwindSafe for FlowLayout
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