Struct native_windows_gui::DatePickerValue [−][src]
Expand description
A date struct that can be passed to a date time picker control. Fields are self explanatory.
Fields
year: u16month: u16day: u16Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DatePickerValueimpl Send for DatePickerValueimpl Sync for DatePickerValueimpl Unpin for DatePickerValueimpl UnwindSafe for DatePickerValueBlanket Implementations
Mutably borrows from an owned value. Read more