pub struct TabLayout { /* private fields */ }Expand description
A TabLayout displays a horizontal row of tabs
TabLayout is useful for creating tabbed interfaces. It emits ‘itemselected’ events when a tab is clicked, with the tab index as the value.
Implementations§
Auto Trait Implementations§
impl Freeze for TabLayout
impl RefUnwindSafe for TabLayout
impl Send for TabLayout
impl Sync for TabLayout
impl Unpin for TabLayout
impl UnwindSafe for TabLayout
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