Struct winapi::commctrl::NMREBARCHILDSIZE [] [src]

pub struct NMREBARCHILDSIZE {
    pub hdr: NMHDR,
    pub uBand: UINT,
    pub wID: UINT,
    pub rcChild: RECT,
    pub rcBand: RECT,
}

Fields

hdr: NMHDR uBand: UINT wID: UINT rcChild: RECT rcBand: RECT

Trait Implementations

impl Debug for NMREBARCHILDSIZE
[src]

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

Formats the value using the given formatter.

impl Copy for NMREBARCHILDSIZE
[src]

impl Clone for NMREBARCHILDSIZE
[src]

fn clone(&self) -> NMREBARCHILDSIZE

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