#[repr(u32)]pub enum ScaleFactor {
Show 36 variants
_0400 = 400,
_0500 = 500,
_0550 = 550,
_0600 = 600,
_0625 = 625,
_0650 = 650,
_0700 = 700,
_0750 = 750,
_0800 = 800,
_0850 = 850,
_0900 = 900,
_0950 = 950,
_1000 = 1_000,
_1050 = 1_050,
_1100 = 1_100,
_1150 = 1_150,
_1125 = 1_125,
_1200 = 1_200,
_1250 = 1_250,
_1300 = 1_300,
_1400 = 1_400,
_1450 = 1_450,
_1500 = 1_500,
_1600 = 1_600,
_1750 = 1_750,
_1800 = 1_800,
_2000 = 2_000,
_2200 = 2_200,
_2250 = 2_250,
_2500 = 2_500,
_2750 = 2_750,
_3000 = 3_000,
_3500 = 3_500,
_4000 = 4_000,
_4500 = 4_500,
_5000 = 5_000,
}
Variants§
_0400 = 400
_0500 = 500
_0550 = 550
_0600 = 600
_0625 = 625
_0650 = 650
_0700 = 700
_0750 = 750
_0800 = 800
_0850 = 850
_0900 = 900
_0950 = 950
_1000 = 1_000
_1050 = 1_050
_1100 = 1_100
_1150 = 1_150
_1125 = 1_125
_1200 = 1_200
_1250 = 1_250
_1300 = 1_300
_1400 = 1_400
_1450 = 1_450
_1500 = 1_500
_1600 = 1_600
_1750 = 1_750
_1800 = 1_800
_2000 = 2_000
_2200 = 2_200
_2250 = 2_250
_2500 = 2_500
_2750 = 2_750
_3000 = 3_000
_3500 = 3_500
_4000 = 4_000
_4500 = 4_500
_5000 = 5_000
Implementations§
Trait Implementations§
Source§impl Clone for ScaleFactor
impl Clone for ScaleFactor
Source§fn clone(&self) -> ScaleFactor
fn clone(&self) -> ScaleFactor
Returns a copy 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 ScaleFactor
impl Debug for ScaleFactor
Source§impl Into<Arg> for ScaleFactor
impl Into<Arg> for ScaleFactor
Source§impl PartialEq for ScaleFactor
impl PartialEq for ScaleFactor
impl Copy for ScaleFactor
impl Eq for ScaleFactor
impl StructuralPartialEq for ScaleFactor
Auto Trait Implementations§
impl Freeze for ScaleFactor
impl RefUnwindSafe for ScaleFactor
impl Send for ScaleFactor
impl Sync for ScaleFactor
impl Unpin for ScaleFactor
impl UnwindSafe for ScaleFactor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)