pub enum IconSizeType {
Fixed,
Scalable,
Threshold,
}
Expand description
The size type of icons contained in an IconDir
.
Variants§
Fixed
Icons with a fixed size.
Scalable
Scalable icons.
Threshold
Icons with a fixed size and a threshold.
Trait Implementations§
Source§impl Clone for IconSizeType
impl Clone for IconSizeType
Source§fn clone(&self) -> IconSizeType
fn clone(&self) -> IconSizeType
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 IconSizeType
impl Debug for IconSizeType
Source§impl Hash for IconSizeType
impl Hash for IconSizeType
Source§impl PartialEq for IconSizeType
impl PartialEq for IconSizeType
impl Copy for IconSizeType
impl Eq for IconSizeType
impl StructuralPartialEq for IconSizeType
Auto Trait Implementations§
impl Freeze for IconSizeType
impl RefUnwindSafe for IconSizeType
impl Send for IconSizeType
impl Sync for IconSizeType
impl Unpin for IconSizeType
impl UnwindSafe for IconSizeType
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