Struct winsafe::LVITEM[][src]

#[repr(C)]
pub struct LVITEM<'a> {
Show 13 fields pub mask: LVIF, pub iItem: i32, pub iSubItem: i32, pub state: LVIS, pub stateMask: LVIS, pub iImage: i32, pub lParam: isize, pub iIndent: i32, pub iGroupId: LVI_GROUPID, pub cColumns: u32, pub puColumns: *mut i32, pub piColFmt: *mut LVCFMT_I, pub iGroup: i32, // some fields omitted
}
Expand description

LVITEM struct.

Fields

mask: LVIFiItem: i32iSubItem: i32state: LVISstateMask: LVISiImage: i32lParam: isizeiIndent: i32iGroupId: LVI_GROUPIDcColumns: u32puColumns: *mut i32piColFmt: *mut LVCFMT_IiGroup: i32

Implementations

Returns the string field.

Sets the string field.

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.