#[repr(C)]
pub struct LVITEMW {
Show 15 fields pub mask: u32, pub iItem: i32, pub iSubItem: i32, pub state: u32, pub stateMask: u32, pub pszText: PWSTR, pub cchTextMax: i32, pub iImage: i32, pub lParam: LPARAM, pub iIndent: i32, pub iGroupId: LVITEMA_GROUP_ID, pub cColumns: u32, pub puColumns: *mut u32, pub piColFmt: *mut i32, pub iGroup: i32,
}
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation"

Fields

mask: u32iItem: i32iSubItem: i32state: u32stateMask: u32pszText: PWSTRcchTextMax: i32iImage: i32lParam: LPARAMiIndent: i32iGroupId: LVITEMA_GROUP_IDcColumns: u32puColumns: *mut u32piColFmt: *mut i32iGroup: i32

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.