Struct winapi::commctrl::DATETIMEPICKERINFO [] [src]

pub struct DATETIMEPICKERINFO {
    pub cbSize: UINT,
    pub rcCheck: RECT,
    pub stateCheck: DWORD,
    pub rcButton: RECT,
    pub stateButton: DWORD,
    pub hwndEdit: HWND,
    pub hwndUD: HWND,
    pub hwndDropDown: HWND,
}

Fields

cbSize: UINT rcCheck: RECT stateCheck: DWORD rcButton: RECT stateButton: DWORD hwndEdit: HWND hwndUD: HWND hwndDropDown: HWND

Trait Implementations

impl Debug for DATETIMEPICKERINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DATETIMEPICKERINFO
[src]

impl Clone for DATETIMEPICKERINFO
[src]

fn clone(&self) -> DATETIMEPICKERINFO

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