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: UINT mask: UINT pszHeader: LPWSTR cchHeader: c_int pszFooter: LPWSTR cchFooter: c_int iGroupId: c_int stateMask: UINT state: UINT uAlign: UINT pszSubtitle: LPWSTR cchSubtitle: UINT pszTask: LPWSTR cchTask: UINT pszDescriptionTop: LPWSTR cchDescriptionTop: UINT pszDescriptionBottom: LPWSTR cchDescriptionBottom: UINT iTitleImage: c_int iExtendedImage: c_int iFirstItem: c_int cItems: UINT pszSubsetTitle: LPWSTR cchSubsetTitle: UINT

Trait Implementations

impl Debug for LVGROUP
[src]

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

Formats the value using the given formatter.

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