pub enum ListViewImageListType {
Normal,
Small,
State,
GroupHeader,
}
Expand description
Items in a list view can be associated with multiple image list. This identify which image list to set/get using the ListView api.
Variants§
Normal
Normal sized icons
Small
Small icons
State
State icons
GroupHeader
Group header list (not yet implemented)
Trait Implementations§
Source§impl Clone for ListViewImageListType
impl Clone for ListViewImageListType
Source§fn clone(&self) -> ListViewImageListType
fn clone(&self) -> ListViewImageListType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListViewImageListType
impl Debug for ListViewImageListType
impl Copy for ListViewImageListType
Auto Trait Implementations§
impl Freeze for ListViewImageListType
impl RefUnwindSafe for ListViewImageListType
impl Send for ListViewImageListType
impl Sync for ListViewImageListType
impl Unpin for ListViewImageListType
impl UnwindSafe for ListViewImageListType
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