Struct native_windows_gui::ListViewItem [−][src]
pub struct ListViewItem {
pub row_index: i32,
pub column_index: i32,
pub text: String,
pub selected: bool,
pub image: i32,
}Expand description
The data of a list view item
Fields
row_index: i32column_index: i32text: Stringselected: boolIf the item is currently selected
image: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListViewItemimpl Send for ListViewItemimpl Sync for ListViewItemimpl Unpin for ListViewItemimpl UnwindSafe for ListViewItemBlanket Implementations
Mutably borrows from an owned value. Read more