Struct windows_sys::Devices::Display::Core::DisplayPathScaling
[−]#[repr(transparent)]pub struct DisplayPathScaling(pub i32);
Expand description
Required features: "Devices_Display_Core"
Tuple Fields
0: i32
Implementations
impl DisplayPathScaling
impl DisplayPathScaling
pub const Identity: Self = Self(0i32)
pub const Centered: Self = Self(1i32)
pub const Stretched: Self = Self(2i32)
pub const AspectRatioStretched: Self = Self(3i32)
pub const Custom: Self = Self(4i32)
pub const DriverPreferred: Self = Self(5i32)
Trait Implementations
impl Clone for DisplayPathScaling
impl Clone for DisplayPathScaling
impl Copy for DisplayPathScaling
Auto Trait Implementations
impl RefUnwindSafe for DisplayPathScaling
impl Send for DisplayPathScaling
impl Sync for DisplayPathScaling
impl Unpin for DisplayPathScaling
impl UnwindSafe for DisplayPathScaling
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