pub struct ResolvedTab {
pub background: Rgba,
pub foreground: Rgba,
pub active_background: Rgba,
pub active_foreground: Rgba,
pub bar_background: Rgba,
pub min_width: f32,
pub min_height: f32,
pub padding_horizontal: f32,
pub padding_vertical: f32,
}Expand description
Tab bar colors and sizing.
Fields§
§background: Rgba§foreground: Rgba§active_background: Rgba§active_foreground: Rgba§bar_background: Rgba§min_width: f32§min_height: f32§padding_horizontal: f32§padding_vertical: f32Trait Implementations§
Source§impl Clone for ResolvedTab
impl Clone for ResolvedTab
Source§fn clone(&self) -> ResolvedTab
fn clone(&self) -> ResolvedTab
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolvedTab
impl Debug for ResolvedTab
Source§impl PartialEq for ResolvedTab
impl PartialEq for ResolvedTab
impl StructuralPartialEq for ResolvedTab
Auto Trait Implementations§
impl Freeze for ResolvedTab
impl RefUnwindSafe for ResolvedTab
impl Send for ResolvedTab
impl Sync for ResolvedTab
impl Unpin for ResolvedTab
impl UnsafeUnpin for ResolvedTab
impl UnwindSafe for ResolvedTab
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