Struct winapi::commctrl::NMCUSTOMSPLITRECTINFO
[−]
[src]
pub struct NMCUSTOMSPLITRECTINFO {
pub hdr: NMHDR,
pub rcClient: RECT,
pub rcButton: RECT,
pub rcSplit: RECT,
}Fields
hdr | |
rcClient | |
rcButton | |
rcSplit |
Trait Implementations
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