Struct winapi::commctrl::NMCUSTOMSPLITRECTINFO [] [src]

pub struct NMCUSTOMSPLITRECTINFO {
    pub hdr: NMHDR,
    pub rcClient: RECT,
    pub rcButton: RECT,
    pub rcSplit: RECT,
}

Fields

hdr: NMHDR rcClient: RECT rcButton: RECT rcSplit: RECT

Trait Implementations

impl Debug for NMCUSTOMSPLITRECTINFO
[src]

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

Formats the value using the given formatter.

impl Copy for NMCUSTOMSPLITRECTINFO
[src]

impl Clone for NMCUSTOMSPLITRECTINFO
[src]

fn clone(&self) -> NMCUSTOMSPLITRECTINFO

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