pub enum TimePickerEvent {
TimeChanged,
}Expand description
Events emitted by TimePickerCtrl
Variants§
TimeChanged
Emitted when the time value is changed
Trait Implementations§
Source§impl Clone for TimePickerEvent
impl Clone for TimePickerEvent
Source§fn clone(&self) -> TimePickerEvent
fn clone(&self) -> TimePickerEvent
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 moreimpl Copy for TimePickerEvent
Source§impl Debug for TimePickerEvent
impl Debug for TimePickerEvent
impl Eq for TimePickerEvent
Source§impl PartialEq for TimePickerEvent
impl PartialEq for TimePickerEvent
Source§fn eq(&self, other: &TimePickerEvent) -> bool
fn eq(&self, other: &TimePickerEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimePickerEvent
Auto Trait Implementations§
impl Freeze for TimePickerEvent
impl RefUnwindSafe for TimePickerEvent
impl Send for TimePickerEvent
impl Sync for TimePickerEvent
impl Unpin for TimePickerEvent
impl UnsafeUnpin for TimePickerEvent
impl UnwindSafe for TimePickerEvent
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