Struct winapi::commctrl::BUTTON_SPLITINFO [] [src]

pub struct BUTTON_SPLITINFO {
    pub mask: UINT,
    pub himlGlyph: HIMAGELIST,
    pub uSplitStyle: UINT,
    pub size: SIZE,
}

Fields

mask: UINT himlGlyph: HIMAGELIST uSplitStyle: UINT size: SIZE

Trait Implementations

impl Debug for BUTTON_SPLITINFO
[src]

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

Formats the value using the given formatter.

impl Copy for BUTTON_SPLITINFO
[src]

impl Clone for BUTTON_SPLITINFO
[src]

fn clone(&self) -> BUTTON_SPLITINFO

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