Struct native_windows_gui::InsertListViewColumn [−][src]
pub struct InsertListViewColumn {
pub index: Option<i32>,
pub fmt: Option<i32>,
pub width: Option<i32>,
pub text: Option<String>,
}Expand description
Represents a column in a detailed list view
Fields
index: Option<i32>Index of the column
fmt: Option<i32>Format of the column
width: Option<i32>Width of the column in pixels
text: Option<String>Text of the column to insert
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InsertListViewColumnimpl Send for InsertListViewColumnimpl Sync for InsertListViewColumnimpl Unpin for InsertListViewColumnimpl UnwindSafe for InsertListViewColumnBlanket Implementations
Mutably borrows from an owned value. Read more