#[repr(C)]pub struct tagCOMBOBOXINFO {
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: HWND
Trait Implementations§
Source§impl Clone for tagCOMBOBOXINFO
impl Clone for tagCOMBOBOXINFO
Source§fn clone(&self) -> tagCOMBOBOXINFO
fn clone(&self) -> tagCOMBOBOXINFO
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 Debug for tagCOMBOBOXINFO
impl Debug for tagCOMBOBOXINFO
Source§impl Ord for tagCOMBOBOXINFO
impl Ord for tagCOMBOBOXINFO
Source§fn cmp(&self, other: &tagCOMBOBOXINFO) -> Ordering
fn cmp(&self, other: &tagCOMBOBOXINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCOMBOBOXINFO
impl PartialEq for tagCOMBOBOXINFO
Source§impl PartialOrd for tagCOMBOBOXINFO
impl PartialOrd for tagCOMBOBOXINFO
impl Copy for tagCOMBOBOXINFO
impl Eq for tagCOMBOBOXINFO
impl StructuralPartialEq for tagCOMBOBOXINFO
Auto Trait Implementations§
impl Freeze for tagCOMBOBOXINFO
impl RefUnwindSafe for tagCOMBOBOXINFO
impl !Send for tagCOMBOBOXINFO
impl !Sync for tagCOMBOBOXINFO
impl Unpin for tagCOMBOBOXINFO
impl UnwindSafe for tagCOMBOBOXINFO
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