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

#[repr(C)]
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: UINTmask: UINTpszHeader: LPWSTRcchHeader: c_intpszFooter: LPWSTRcchFooter: c_intiGroupId: c_intstateMask: UINTstate: UINTuAlign: UINTpszSubtitle: LPWSTRcchSubtitle: UINTpszTask: LPWSTRcchTask: UINTpszDescriptionTop: LPWSTRcchDescriptionTop: UINTpszDescriptionBottom: LPWSTRcchDescriptionBottom: UINTiTitleImage: c_intiExtendedImage: c_intiFirstItem: c_intcItems: UINTpszSubsetTitle: LPWSTRcchSubsetTitle: UINT

Trait Implementations

impl Copy for LVGROUP[src]

impl Clone for LVGROUP[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for LVGROUP[src]

Auto Trait Implementations

impl Unpin for LVGROUP

impl !Send for LVGROUP

impl !Sync for LVGROUP

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]