Struct native_windows_gui::InsertListViewItem [−][src]
pub struct InsertListViewItem {
pub index: Option<i32>,
pub column_index: i32,
pub text: Option<String>,
pub image: Option<i32>,
}Expand description
Represents a list view item parameters
Fields
index: Option<i32>Index of the item to be inserted
If None and insert_item is used, the item is added at the end of the list
column_index: i32Index of the column
text: Option<String>Text of the item to insert
image: Option<i32>Index of the image in the image list Icons are only supported at column 0
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InsertListViewItemimpl Send for InsertListViewItemimpl Sync for InsertListViewItemimpl Unpin for InsertListViewItemimpl UnwindSafe for InsertListViewItemBlanket Implementations
Mutably borrows from an owned value. Read more