pub struct SplitRect {
pub rects: (Rect, Rect),
pub padding_area: Option<Rect>,
}Fields§
§rects: (Rect, Rect)§padding_area: Option<Rect>None if padding is 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SplitRect
impl RefUnwindSafe for SplitRect
impl Send for SplitRect
impl Sync for SplitRect
impl Unpin for SplitRect
impl UnsafeUnpin for SplitRect
impl UnwindSafe for SplitRect
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