Struct void_app_api::Column
source · pub struct Column { /* private fields */ }
Implementations§
source§impl Column
impl Column
pub fn add_to_bottom(&mut self, component: Box<dyn Component>)
pub fn add_to_top(&mut self, component: Box<dyn Component>)
pub fn into_layout(self) -> Layout
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Column
impl !RefUnwindSafe for Column
impl !Send for Column
impl !Sync for Column
impl Unpin for Column
impl !UnwindSafe for Column
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