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

Trait Implementations

impl Clone for PickerDate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PickerDate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PickerDate
[src]

Formats the value using the given formatter.