Struct native_windows_gui::constants::PickerDate
[−]
[src]
pub struct PickerDate {
pub year: u16,
pub month: u16,
pub day: u16,
}A date struct that can be passed to a date time picker control.
Fields
year: u16
month: u16
day: u16
Trait Implementations
impl Clone for PickerDate[src]
fn clone(&self) -> PickerDate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for PickerDate[src]
fn eq(&self, __arg_0: &PickerDate) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PickerDate) -> bool
This method tests for !=.