pub struct BoxModel {
pub border_box: Rect,
pub padding_box: Rect,
pub content_box: Rect,
pub children_box: Rect,
}Fields§
§border_box: Rect§padding_box: Rect§content_box: Rect§children_box: RectScrollable content size
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxModel
impl RefUnwindSafe for BoxModel
impl Send for BoxModel
impl Sync for BoxModel
impl Unpin for BoxModel
impl UnwindSafe for BoxModel
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