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
pub const Centered: Self
pub const Stretched: Self
pub const AspectRatioStretched: Self
pub const Custom: Self
pub const DriverPreferred: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more