#[repr(C)]pub struct LVITEMW {Show 15 fields
pub mask: UINT,
pub iItem: c_int,
pub iSubItem: c_int,
pub state: UINT,
pub stateMask: UINT,
pub pszText: LPWSTR,
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: LPWSTR
§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 LVITEMW
impl RefUnwindSafe for LVITEMW
impl !Send for LVITEMW
impl !Sync for LVITEMW
impl Unpin for LVITEMW
impl UnwindSafe for LVITEMW
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