Struct winapi::commctrl::NMRBAUTOSIZE [] [src]

pub struct NMRBAUTOSIZE {
    pub hdr: NMHDR,
    pub fChanged: BOOL,
    pub rcTarget: RECT,
    pub rcActual: RECT,
}

Fields

hdr: NMHDR fChanged: BOOL rcTarget: RECT rcActual: RECT

Trait Implementations

impl Debug for NMRBAUTOSIZE
[src]

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

Formats the value using the given formatter.

impl Copy for NMRBAUTOSIZE
[src]

impl Clone for NMRBAUTOSIZE
[src]

fn clone(&self) -> NMRBAUTOSIZE

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