Struct winapi::commctrl::LVGROUP [] [src]

pub struct LVGROUP {
    pub cbSize: UINT,
    pub mask: UINT,
    pub pszHeader: LPWSTR,
    pub cchHeader: c_int,
    pub pszFooter: LPWSTR,
    pub cchFooter: c_int,
    pub iGroupId: c_int,
    pub stateMask: UINT,
    pub state: UINT,
    pub uAlign: UINT,
    pub pszSubtitle: LPWSTR,
    pub cchSubtitle: UINT,
    pub pszTask: LPWSTR,
    pub cchTask: UINT,
    pub pszDescriptionTop: LPWSTR,
    pub cchDescriptionTop: UINT,
    pub pszDescriptionBottom: LPWSTR,
    pub cchDescriptionBottom: UINT,
    pub iTitleImage: c_int,
    pub iExtendedImage: c_int,
    pub iFirstItem: c_int,
    pub cItems: UINT,
    pub pszSubsetTitle: LPWSTR,
    pub cchSubsetTitle: UINT,
}

Fields

cbSize
mask
pszHeader
cchHeader
pszFooter
cchFooter
iGroupId
stateMask
state
uAlign
pszSubtitle
cchSubtitle
pszTask
cchTask
pszDescriptionTop
cchDescriptionTop
pszDescriptionBottom
cchDescriptionBottom
iTitleImage
iExtendedImage
iFirstItem
cItems
pszSubsetTitle
cchSubsetTitle

Trait Implementations

impl Copy for LVGROUP
[src]

impl Clone for LVGROUP
[src]

fn clone(&self) -> LVGROUP

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 LVGROUP
[src]

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

Formats the value using the given formatter.