#[repr(i32)]pub enum DISPLAYCONFIG_MODE_INFO_TYPE {
DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE = 1,
DISPLAYCONFIG_MODE_INFO_TYPE_TARGET = 2,
DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE = 3,
DISPLAYCONFIG_MODE_INFO_TYPE_FORCE_UINT32 = -1,
}Variants§
DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE = 1
DISPLAYCONFIG_MODE_INFO_TYPE_TARGET = 2
DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE = 3
DISPLAYCONFIG_MODE_INFO_TYPE_FORCE_UINT32 = -1
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_MODE_INFO_TYPE
impl Clone for DISPLAYCONFIG_MODE_INFO_TYPE
Source§fn clone(&self) -> DISPLAYCONFIG_MODE_INFO_TYPE
fn clone(&self) -> DISPLAYCONFIG_MODE_INFO_TYPE
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_MODE_INFO_TYPE
impl Debug for DISPLAYCONFIG_MODE_INFO_TYPE
Source§impl Hash for DISPLAYCONFIG_MODE_INFO_TYPE
impl Hash for DISPLAYCONFIG_MODE_INFO_TYPE
Source§impl PartialEq for DISPLAYCONFIG_MODE_INFO_TYPE
impl PartialEq for DISPLAYCONFIG_MODE_INFO_TYPE
Source§fn eq(&self, other: &DISPLAYCONFIG_MODE_INFO_TYPE) -> bool
fn eq(&self, other: &DISPLAYCONFIG_MODE_INFO_TYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DISPLAYCONFIG_MODE_INFO_TYPE
impl Eq for DISPLAYCONFIG_MODE_INFO_TYPE
impl StructuralPartialEq for DISPLAYCONFIG_MODE_INFO_TYPE
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_MODE_INFO_TYPE
impl RefUnwindSafe for DISPLAYCONFIG_MODE_INFO_TYPE
impl Send for DISPLAYCONFIG_MODE_INFO_TYPE
impl Sync for DISPLAYCONFIG_MODE_INFO_TYPE
impl Unpin for DISPLAYCONFIG_MODE_INFO_TYPE
impl UnwindSafe for DISPLAYCONFIG_MODE_INFO_TYPE
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