Struct winapi::commctrl::NMPGCALCSIZE [] [src]

pub struct NMPGCALCSIZE {
    pub hdr: NMHDR,
    pub dwFlag: DWORD,
    pub iWidth: c_int,
    pub iHeight: c_int,
}

Fields

hdr: NMHDR dwFlag: DWORD iWidth: c_int iHeight: c_int

Trait Implementations

impl Debug for NMPGCALCSIZE
[src]

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

Formats the value using the given formatter.

impl Copy for NMPGCALCSIZE
[src]

impl Clone for NMPGCALCSIZE
[src]

fn clone(&self) -> NMPGCALCSIZE

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