Struct winapi::um::winuser::COMBOBOXINFO
source · #[repr(C)]pub struct COMBOBOXINFO {
pub cbSize: DWORD,
pub rcItem: RECT,
pub rcButton: RECT,
pub stateButton: DWORD,
pub hwndCombo: HWND,
pub hwndItem: HWND,
pub hwndList: HWND,
}Fields§
§cbSize: DWORD§rcItem: RECT§rcButton: RECT§stateButton: DWORD§hwndCombo: HWND§hwndItem: HWND§hwndList: HWNDTrait Implementations§
source§impl Clone for COMBOBOXINFO
impl Clone for COMBOBOXINFO
source§fn clone(&self) -> COMBOBOXINFO
fn clone(&self) -> COMBOBOXINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for COMBOBOXINFO
impl Default for COMBOBOXINFO
source§fn default() -> COMBOBOXINFO
fn default() -> COMBOBOXINFO
Returns the “default value” for a type. Read more