pub struct TabRowConfig {
pub modifier: Modifier,
pub container_color: Color,
pub selected_content_color: Color,
pub unselected_content_color: Color,
pub indicator_color: Color,
pub height: f32,
pub indicator_height: f32,
}Expand description
Configuration for TabRow.
Fields§
§modifier: Modifier§container_color: Color§selected_content_color: Color§unselected_content_color: Color§indicator_color: Color§height: f32§indicator_height: f32Trait Implementations§
Source§impl Clone for TabRowConfig
impl Clone for TabRowConfig
Source§fn clone(&self) -> TabRowConfig
fn clone(&self) -> TabRowConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TabRowConfig
impl Debug for TabRowConfig
Auto Trait Implementations§
impl !RefUnwindSafe for TabRowConfig
impl !Send for TabRowConfig
impl !Sync for TabRowConfig
impl !UnwindSafe for TabRowConfig
impl Freeze for TabRowConfig
impl Unpin for TabRowConfig
impl UnsafeUnpin for TabRowConfig
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