Struct winapi::winuser::MEASUREITEMSTRUCT [] [src]

pub struct MEASUREITEMSTRUCT {
    pub CtlType: UINT,
    pub CtlID: UINT,
    pub itemID: UINT,
    pub itemWidth: UINT,
    pub itemHeight: UINT,
    pub itemData: ULONG_PTR,
}

Fields

CtlType
CtlID
itemID
itemWidth
itemHeight
itemData

Trait Implementations

impl Copy for MEASUREITEMSTRUCT
[src]

impl Clone for MEASUREITEMSTRUCT
[src]

fn clone(&self) -> MEASUREITEMSTRUCT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for MEASUREITEMSTRUCT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.