pub struct BoxLayout { /* private fields */ }Expand description
Generic container box that wraps the base Container widget.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxLayout
impl RefUnwindSafe for BoxLayout
impl Send for BoxLayout
impl Sync for BoxLayout
impl Unpin for BoxLayout
impl UnsafeUnpin for BoxLayout
impl UnwindSafe for BoxLayout
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