Struct winapi::commctrl::LVTILEVIEWINFO [] [src]

pub struct LVTILEVIEWINFO {
    pub cbSize: UINT,
    pub dwMask: DWORD,
    pub dwFlags: DWORD,
    pub sizeTile: SIZE,
    pub cLines: c_int,
    pub rcLabelMargin: RECT,
}

Fields

cbSize: UINT dwMask: DWORD dwFlags: DWORD sizeTile: SIZE cLines: c_int rcLabelMargin: RECT

Trait Implementations

impl Debug for LVTILEVIEWINFO
[src]

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

Formats the value using the given formatter.

impl Copy for LVTILEVIEWINFO
[src]

impl Clone for LVTILEVIEWINFO
[src]

fn clone(&self) -> LVTILEVIEWINFO

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