#[repr(i32)]pub enum DISPLAYCONFIG_SCALING {
DISPLAYCONFIG_SCALING_IDENTITY = 1,
DISPLAYCONFIG_SCALING_CENTERED = 2,
DISPLAYCONFIG_SCALING_STRETCHED = 3,
DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX = 4,
DISPLAYCONFIG_SCALING_CUSTOM = 5,
DISPLAYCONFIG_SCALING_PREFERRED = 128,
DISPLAYCONFIG_SCALING_FORCE_UINT32 = -1,
}Variants§
DISPLAYCONFIG_SCALING_IDENTITY = 1
DISPLAYCONFIG_SCALING_CENTERED = 2
DISPLAYCONFIG_SCALING_STRETCHED = 3
DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX = 4
DISPLAYCONFIG_SCALING_CUSTOM = 5
DISPLAYCONFIG_SCALING_PREFERRED = 128
DISPLAYCONFIG_SCALING_FORCE_UINT32 = -1
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_SCALING
impl Clone for DISPLAYCONFIG_SCALING
Source§fn clone(&self) -> DISPLAYCONFIG_SCALING
fn clone(&self) -> DISPLAYCONFIG_SCALING
Returns a duplicate 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 DISPLAYCONFIG_SCALING
impl Debug for DISPLAYCONFIG_SCALING
Source§impl Hash for DISPLAYCONFIG_SCALING
impl Hash for DISPLAYCONFIG_SCALING
Source§impl PartialEq for DISPLAYCONFIG_SCALING
impl PartialEq for DISPLAYCONFIG_SCALING
impl Copy for DISPLAYCONFIG_SCALING
impl Eq for DISPLAYCONFIG_SCALING
impl StructuralPartialEq for DISPLAYCONFIG_SCALING
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_SCALING
impl RefUnwindSafe for DISPLAYCONFIG_SCALING
impl Send for DISPLAYCONFIG_SCALING
impl Sync for DISPLAYCONFIG_SCALING
impl Unpin for DISPLAYCONFIG_SCALING
impl UnwindSafe for DISPLAYCONFIG_SCALING
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