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 | |
rcCheck | |
stateCheck | |
rcButton | |
stateButton | |
hwndEdit | |
hwndUD | |
hwndDropDown |
Trait Implementations
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