Struct zaplib_components::DockTab
source · [−]pub struct DockTab<TItem> where
TItem: Clone, {
pub closeable: bool,
pub title: String,
pub item: TItem,
}
Fields
closeable: bool
title: String
item: TItem
Trait Implementations
Auto Trait Implementations
impl<TItem> RefUnwindSafe for DockTab<TItem> where
TItem: RefUnwindSafe,
impl<TItem> UnwindSafe for DockTab<TItem> where
TItem: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more