pub struct TimePickerConfig {
pub modifier: Modifier,
pub colors: TimePickerColors,
pub layout_type: TimePickerLayoutType,
}Expand description
Configuration for TimePicker.
Fields§
§modifier: Modifier§colors: TimePickerColors§layout_type: TimePickerLayoutTypeTrait Implementations§
Source§impl Clone for TimePickerConfig
impl Clone for TimePickerConfig
Source§fn clone(&self) -> TimePickerConfig
fn clone(&self) -> TimePickerConfig
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 TimePickerConfig
impl !Send for TimePickerConfig
impl !Sync for TimePickerConfig
impl !UnwindSafe for TimePickerConfig
impl Freeze for TimePickerConfig
impl Unpin for TimePickerConfig
impl UnsafeUnpin for TimePickerConfig
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