#[repr(C)]
pub struct LVGROUP {
Show 24 fields pub cbSize: u32, pub mask: LVGROUP_MASK, pub pszHeader: PWSTR, pub cchHeader: i32, pub pszFooter: PWSTR, pub cchFooter: i32, pub iGroupId: i32, pub stateMask: u32, pub state: u32, pub uAlign: u32, pub pszSubtitle: PWSTR, pub cchSubtitle: u32, pub pszTask: PWSTR, pub cchTask: u32, pub pszDescriptionTop: PWSTR, pub cchDescriptionTop: u32, pub pszDescriptionBottom: PWSTR, pub cchDescriptionBottom: u32, pub iTitleImage: i32, pub iExtendedImage: i32, pub iFirstItem: i32, pub cItems: u32, pub pszSubsetTitle: PWSTR, pub cchSubsetTitle: u32,
}
Expand description

Required features: "Win32_UI_Controls"

Fields

cbSize: u32mask: LVGROUP_MASKpszHeader: PWSTRcchHeader: i32pszFooter: PWSTRcchFooter: i32iGroupId: i32stateMask: u32state: u32uAlign: u32pszSubtitle: PWSTRcchSubtitle: u32pszTask: PWSTRcchTask: u32pszDescriptionTop: PWSTRcchDescriptionTop: u32pszDescriptionBottom: PWSTRcchDescriptionBottom: u32iTitleImage: i32iExtendedImage: i32iFirstItem: i32cItems: u32pszSubsetTitle: PWSTRcchSubsetTitle: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.