Struct windows_sys::Graphics::Display::ResolutionScale
[−]#[repr(transparent)]pub struct ResolutionScale(pub i32);
Expand description
Required features: "Graphics_Display"
Tuple Fields
0: i32
Implementations
impl ResolutionScale
impl ResolutionScale
pub const Invalid: Self = Self(0i32)
pub const Scale100Percent: Self = Self(100i32)
pub const Scale120Percent: Self = Self(120i32)
pub const Scale125Percent: Self = Self(125i32)
pub const Scale140Percent: Self = Self(140i32)
pub const Scale150Percent: Self = Self(150i32)
pub const Scale160Percent: Self = Self(160i32)
pub const Scale175Percent: Self = Self(175i32)
pub const Scale180Percent: Self = Self(180i32)
pub const Scale200Percent: Self = Self(200i32)
pub const Scale225Percent: Self = Self(225i32)
pub const Scale250Percent: Self = Self(250i32)
pub const Scale300Percent: Self = Self(300i32)
pub const Scale350Percent: Self = Self(350i32)
pub const Scale400Percent: Self = Self(400i32)
pub const Scale450Percent: Self = Self(450i32)
pub const Scale500Percent: Self = Self(500i32)
Trait Implementations
impl Clone for ResolutionScale
impl Clone for ResolutionScale
impl Copy for ResolutionScale
Auto Trait Implementations
impl RefUnwindSafe for ResolutionScale
impl Send for ResolutionScale
impl Sync for ResolutionScale
impl Unpin for ResolutionScale
impl UnwindSafe for ResolutionScale
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more