#[repr(u8)]pub enum ListViewStyle {
Simple = 0,
Detailed = 1,
Icon = 2,
SmallIcon = 3,
}
Expand description
The display style for the items in a list view
Variants§
Trait Implementations§
Source§impl Clone for ListViewStyle
impl Clone for ListViewStyle
Source§fn clone(&self) -> ListViewStyle
fn clone(&self) -> ListViewStyle
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 ListViewStyle
impl Debug for ListViewStyle
impl Copy for ListViewStyle
Auto Trait Implementations§
impl Freeze for ListViewStyle
impl RefUnwindSafe for ListViewStyle
impl Send for ListViewStyle
impl Sync for ListViewStyle
impl Unpin for ListViewStyle
impl UnwindSafe for ListViewStyle
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