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: UINT CtlID: UINT itemID: UINT itemWidth: UINT itemHeight: UINT itemData: ULONG_PTR

Trait Implementations

impl Debug for MEASUREITEMSTRUCT
[src]

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

Formats the value using the given formatter.

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