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

Auto Trait Implementations

impl !Send for uiWindowsControl

impl !Sync for uiWindowsControl