Struct ui_sys::platform::windows::uiWindowsControl [−][src]
#[repr(C)]pub struct uiWindowsControl { pub c: uiControl, pub parent: *mut uiControl, pub enabled: BOOL, pub visible: BOOL, pub SyncEnableState: extern "C" fn(_: *mut uiWindowsControl, _: c_int), pub SetParentHWND: extern "C" fn(_: *mut uiWindowsControl, _: HWND), pub MinimumSize: extern "C" fn(_: *mut uiWindowsControl, _: *mut intmax_t, _: *mut intmax_t), pub MinimumSizeChanged: extern "C" fn(_: *mut uiWindowsControl), pub LayoutRect: extern "C" fn(_: *mut uiWindowsControl, _: *mut RECT), pub AssignControlIDZOrder: extern "C" fn(_: *mut uiWindowsControl, _: *mut LONG_PTR, _: *mut HWND), }
Fields
c: uiControl
parent: *mut uiControl
enabled: BOOL
visible: BOOL
SyncEnableState: extern "C" fn(_: *mut uiWindowsControl, _: c_int)
SetParentHWND: extern "C" fn(_: *mut uiWindowsControl, _: HWND)
MinimumSize: extern "C" fn(_: *mut uiWindowsControl, _: *mut intmax_t, _: *mut intmax_t)
MinimumSizeChanged: extern "C" fn(_: *mut uiWindowsControl)
LayoutRect: extern "C" fn(_: *mut uiWindowsControl, _: *mut RECT)
AssignControlIDZOrder: extern "C" fn(_: *mut uiWindowsControl, _: *mut LONG_PTR, _: *mut HWND)
Auto Trait Implementations
impl !Send for uiWindowsControl
impl !Send for uiWindowsControl
impl !Sync for uiWindowsControl
impl !Sync for uiWindowsControl