pub enum SystemMetric {
images_in_menus,
mac_graphite_theme,
scrollbar_end_backward,
scrollbar_end_forward,
scrollbar_start_backward,
scrollbar_start_forward,
scrollbar_thumb_proportional,
touch_enabled,
windows_default_theme,
}
Variants§
mac_graphite_theme
scrollbar_end_backward
scrollbar_end_forward
scrollbar_start_backward
scrollbar_start_forward
scrollbar_thumb_proportional
touch_enabled
windows_default_theme
Trait Implementations§
Source§impl Clone for SystemMetric
impl Clone for SystemMetric
Source§fn clone(&self) -> SystemMetric
fn clone(&self) -> SystemMetric
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 SystemMetric
impl Debug for SystemMetric
Source§impl Hash for SystemMetric
impl Hash for SystemMetric
Source§impl Ord for SystemMetric
impl Ord for SystemMetric
Source§fn cmp(&self, other: &SystemMetric) -> Ordering
fn cmp(&self, other: &SystemMetric) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SystemMetric
impl PartialEq for SystemMetric
Source§impl PartialOrd for SystemMetric
impl PartialOrd for SystemMetric
Source§impl ToCss for SystemMetric
impl ToCss for SystemMetric
impl Copy for SystemMetric
impl Eq for SystemMetric
impl StructuralPartialEq for SystemMetric
Auto Trait Implementations§
impl Freeze for SystemMetric
impl RefUnwindSafe for SystemMetric
impl Send for SystemMetric
impl Sync for SystemMetric
impl Unpin for SystemMetric
impl UnwindSafe for SystemMetric
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