pub struct TimePickerColors {Show 14 fields
pub clock_dial_color: Color,
pub clock_dial_selected_content_color: Color,
pub clock_dial_unselected_content_color: Color,
pub selector_color: Color,
pub container_color: Color,
pub period_selector_border_color: Color,
pub period_selector_selected_container_color: Color,
pub period_selector_unselected_container_color: Color,
pub period_selector_selected_content_color: Color,
pub period_selector_unselected_content_color: Color,
pub time_selector_selected_container_color: Color,
pub time_selector_unselected_container_color: Color,
pub time_selector_selected_content_color: Color,
pub time_selector_unselected_content_color: Color,
}Expand description
Colors for TimePicker.
Fields§
§clock_dial_color: Color§clock_dial_selected_content_color: Color§clock_dial_unselected_content_color: Color§selector_color: Color§container_color: Color§period_selector_border_color: Color§period_selector_selected_container_color: Color§period_selector_unselected_container_color: Color§period_selector_selected_content_color: Color§period_selector_unselected_content_color: Color§time_selector_selected_container_color: Color§time_selector_unselected_container_color: Color§time_selector_selected_content_color: Color§time_selector_unselected_content_color: ColorTrait Implementations§
Source§impl Clone for TimePickerColors
impl Clone for TimePickerColors
Source§fn clone(&self) -> TimePickerColors
fn clone(&self) -> TimePickerColors
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 moreAuto Trait Implementations§
impl Freeze for TimePickerColors
impl RefUnwindSafe for TimePickerColors
impl Send for TimePickerColors
impl Sync for TimePickerColors
impl Unpin for TimePickerColors
impl UnsafeUnpin for TimePickerColors
impl UnwindSafe for TimePickerColors
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