#[repr(C)]pub struct LVITEMA {Show 15 fields
pub mask: UINT,
pub iItem: c_int,
pub iSubItem: c_int,
pub state: UINT,
pub stateMask: UINT,
pub pszText: LPSTR,
pub cchTextMax: c_int,
pub iImage: c_int,
pub lParam: LPARAM,
pub iIndent: c_int,
pub iGroupId: c_int,
pub cColumns: UINT,
pub puColumns: PUINT,
pub piColFmt: *mut c_int,
pub iGroup: c_int,
}
Fields§
§mask: UINT
§iItem: c_int
§iSubItem: c_int
§state: UINT
§stateMask: UINT
§pszText: LPSTR
§cchTextMax: c_int
§iImage: c_int
§lParam: LPARAM
§iIndent: c_int
§iGroupId: c_int
§cColumns: UINT
§puColumns: PUINT
§piColFmt: *mut c_int
§iGroup: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LVITEMA
impl RefUnwindSafe for LVITEMA
impl !Send for LVITEMA
impl !Sync for LVITEMA
impl Unpin for LVITEMA
impl UnwindSafe for LVITEMA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more