Struct windows_sys::Win32::UI::Controls::DATETIMEPICKERINFO
[−]#[repr(C)]pub struct DATETIMEPICKERINFO {
pub cbSize: u32,
pub rcCheck: RECT,
pub stateCheck: u32,
pub rcButton: RECT,
pub stateButton: u32,
pub hwndEdit: HWND,
pub hwndUD: HWND,
pub hwndDropDown: HWND,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
cbSize: u32
rcCheck: RECT
stateCheck: u32
rcButton: RECT
stateButton: u32
hwndEdit: HWND
hwndUD: HWND
hwndDropDown: HWND
Trait Implementations
impl Clone for DATETIMEPICKERINFO
impl Clone for DATETIMEPICKERINFO
impl Copy for DATETIMEPICKERINFO
Auto Trait Implementations
impl RefUnwindSafe for DATETIMEPICKERINFO
impl Send for DATETIMEPICKERINFO
impl Sync for DATETIMEPICKERINFO
impl Unpin for DATETIMEPICKERINFO
impl UnwindSafe for DATETIMEPICKERINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more