Struct 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,
}
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
§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 moreimpl Copy for COMBOBOXINFO
Auto Trait Implementations§
impl Freeze for COMBOBOXINFO
impl RefUnwindSafe for COMBOBOXINFO
impl !Send for COMBOBOXINFO
impl !Sync for COMBOBOXINFO
impl Unpin for COMBOBOXINFO
impl UnwindSafe for COMBOBOXINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more