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: u32rcItem: RECTrcButton: RECTstateButton: COMBOBOXINFO_BUTTON_STATEhwndCombo: HWNDhwndItem: HWNDhwndList: HWNDTrait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more