pub struct TimePickerDialogConfig {
pub modifier: Modifier,
pub shape_radius: Option<f32>,
pub container_color: Color,
pub colors: TimePickerColors,
}Expand description
Configuration for TimePickerDialog.
Fields§
§modifier: Modifier§shape_radius: Option<f32>§container_color: Color§colors: TimePickerColorsTrait Implementations§
Source§impl Clone for TimePickerDialogConfig
impl Clone for TimePickerDialogConfig
Source§fn clone(&self) -> TimePickerDialogConfig
fn clone(&self) -> TimePickerDialogConfig
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 !RefUnwindSafe for TimePickerDialogConfig
impl !Send for TimePickerDialogConfig
impl !Sync for TimePickerDialogConfig
impl !UnwindSafe for TimePickerDialogConfig
impl Freeze for TimePickerDialogConfig
impl Unpin for TimePickerDialogConfig
impl UnsafeUnpin for TimePickerDialogConfig
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