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