pub struct WrapLine {
pub start: usize,
pub end: usize,
}Expand description
A single line of items in a wrapping flex row.
Fields§
§start: usizeIndex of the first item in this line.
end: usizeOne past the last item (exclusive end).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrapLine
impl RefUnwindSafe for WrapLine
impl Send for WrapLine
impl Sync for WrapLine
impl Unpin for WrapLine
impl UnsafeUnpin for WrapLine
impl UnwindSafe for WrapLine
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