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
pub const Scale100Percent: Self
pub const Scale120Percent: Self
pub const Scale125Percent: Self
pub const Scale140Percent: Self
pub const Scale150Percent: Self
pub const Scale160Percent: Self
pub const Scale175Percent: Self
pub const Scale180Percent: Self
pub const Scale200Percent: Self
pub const Scale225Percent: Self
pub const Scale250Percent: Self
pub const Scale300Percent: Self
pub const Scale350Percent: Self
pub const Scale400Percent: Self
pub const Scale450Percent: Self
pub const Scale500Percent: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more