pub struct ButtonBar { /* private fields */ }
Expand description
Creates a row of buttons.
Implementations§
Trait Implementations§
Source§impl Component for ButtonBar
impl Component for ButtonBar
Source§fn co(&self) -> newtComponent
fn co(&self) -> newtComponent
Return
newtComponent
pointer.impl Grid for ButtonBar
Auto Trait Implementations§
impl !Freeze for ButtonBar
impl !RefUnwindSafe for ButtonBar
impl !Send for ButtonBar
impl !Sync for ButtonBar
impl Unpin for ButtonBar
impl UnwindSafe for ButtonBar
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