Struct winapi::um::winuser::MEASUREITEMSTRUCT
source · #[repr(C)]pub struct MEASUREITEMSTRUCT {
pub CtlType: UINT,
pub CtlID: UINT,
pub itemID: UINT,
pub itemWidth: UINT,
pub itemHeight: UINT,
pub itemData: ULONG_PTR,
}Fields§
§CtlType: UINT§CtlID: UINT§itemID: UINT§itemWidth: UINT§itemHeight: UINT§itemData: ULONG_PTRTrait Implementations§
source§impl Clone for MEASUREITEMSTRUCT
impl Clone for MEASUREITEMSTRUCT
source§fn clone(&self) -> MEASUREITEMSTRUCT
fn clone(&self) -> MEASUREITEMSTRUCT
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 MEASUREITEMSTRUCT
impl Default for MEASUREITEMSTRUCT
source§fn default() -> MEASUREITEMSTRUCT
fn default() -> MEASUREITEMSTRUCT
Returns the “default value” for a type. Read more