pub struct Hbox {
pub widgets: Vec<Option<Widget>>,
pub shape: Rect,
/* private fields */
}Fields§
§widgets: Vec<Option<Widget>>Widgets
shape: RectWidget shape.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hbox
impl !RefUnwindSafe for Hbox
impl !Send for Hbox
impl !Sync for Hbox
impl Unpin for Hbox
impl !UnwindSafe for Hbox
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