pub struct ResolvedList {
pub background: Rgba,
pub foreground: Rgba,
pub alternate_row: Rgba,
pub selection: Rgba,
pub selection_foreground: Rgba,
pub header_background: Rgba,
pub header_foreground: Rgba,
pub grid_color: Rgba,
pub item_height: f32,
pub padding_horizontal: f32,
pub padding_vertical: f32,
}Expand description
List and table colors and row geometry.
Fields§
§background: Rgba§foreground: Rgba§alternate_row: Rgba§selection: Rgba§selection_foreground: Rgba§header_background: Rgba§header_foreground: Rgba§grid_color: Rgba§item_height: f32§padding_horizontal: f32§padding_vertical: f32Trait Implementations§
Source§impl Clone for ResolvedList
impl Clone for ResolvedList
Source§fn clone(&self) -> ResolvedList
fn clone(&self) -> ResolvedList
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 ResolvedList
impl Debug for ResolvedList
Source§impl PartialEq for ResolvedList
impl PartialEq for ResolvedList
impl StructuralPartialEq for ResolvedList
Auto Trait Implementations§
impl Freeze for ResolvedList
impl RefUnwindSafe for ResolvedList
impl Send for ResolvedList
impl Sync for ResolvedList
impl Unpin for ResolvedList
impl UnsafeUnpin for ResolvedList
impl UnwindSafe for ResolvedList
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