Struct winapi::commctrl::LVTILEINFO [] [src]

pub struct LVTILEINFO {
    pub cbSize: UINT,
    pub iItem: c_int,
    pub cColumns: UINT,
    pub puColumns: PUINT,
    pub piColFmt: *mut c_int,
}

Fields

cbSize
iItem
cColumns
puColumns
piColFmt

Trait Implementations

impl Copy for LVTILEINFO
[src]

impl Clone for LVTILEINFO
[src]

fn clone(&self) -> LVTILEINFO

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

Derived Implementations

impl Debug for LVTILEINFO
[src]

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

Formats the value using the given formatter.