Enum native_windows_gui::ListViewStyle [−][src]
#[repr(u8)]
pub enum ListViewStyle {
Simple,
Detailed,
Icon,
SmallIcon,
}Expand description
The display style for the items in a list view
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListViewStyleimpl Send for ListViewStyleimpl Sync for ListViewStyleimpl Unpin for ListViewStyleimpl UnwindSafe for ListViewStyleBlanket Implementations
Mutably borrows from an owned value. Read more