#[repr(i32)]pub enum _DISPLAYCONFIG_COLOR_ENCODING {
DISPLAYCONFIG_COLOR_ENCODING_RGB = 0,
DISPLAYCONFIG_COLOR_ENCODING_YCBCR444 = 1,
DISPLAYCONFIG_COLOR_ENCODING_YCBCR422 = 2,
DISPLAYCONFIG_COLOR_ENCODING_YCBCR420 = 3,
DISPLAYCONFIG_COLOR_ENCODING_INTENSITY = 4,
DISPLAYCONFIG_COLOR_ENCODING_FORCE_UINT32 = -1,
}Variants§
DISPLAYCONFIG_COLOR_ENCODING_RGB = 0
DISPLAYCONFIG_COLOR_ENCODING_YCBCR444 = 1
DISPLAYCONFIG_COLOR_ENCODING_YCBCR422 = 2
DISPLAYCONFIG_COLOR_ENCODING_YCBCR420 = 3
DISPLAYCONFIG_COLOR_ENCODING_INTENSITY = 4
DISPLAYCONFIG_COLOR_ENCODING_FORCE_UINT32 = -1
Trait Implementations§
Source§impl Clone for _DISPLAYCONFIG_COLOR_ENCODING
impl Clone for _DISPLAYCONFIG_COLOR_ENCODING
Source§fn clone(&self) -> _DISPLAYCONFIG_COLOR_ENCODING
fn clone(&self) -> _DISPLAYCONFIG_COLOR_ENCODING
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 Hash for _DISPLAYCONFIG_COLOR_ENCODING
impl Hash for _DISPLAYCONFIG_COLOR_ENCODING
Source§impl PartialEq for _DISPLAYCONFIG_COLOR_ENCODING
impl PartialEq for _DISPLAYCONFIG_COLOR_ENCODING
Source§fn eq(&self, other: &_DISPLAYCONFIG_COLOR_ENCODING) -> bool
fn eq(&self, other: &_DISPLAYCONFIG_COLOR_ENCODING) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _DISPLAYCONFIG_COLOR_ENCODING
impl Eq for _DISPLAYCONFIG_COLOR_ENCODING
impl StructuralPartialEq for _DISPLAYCONFIG_COLOR_ENCODING
Auto Trait Implementations§
impl Freeze for _DISPLAYCONFIG_COLOR_ENCODING
impl RefUnwindSafe for _DISPLAYCONFIG_COLOR_ENCODING
impl Send for _DISPLAYCONFIG_COLOR_ENCODING
impl Sync for _DISPLAYCONFIG_COLOR_ENCODING
impl Unpin for _DISPLAYCONFIG_COLOR_ENCODING
impl UnwindSafe for _DISPLAYCONFIG_COLOR_ENCODING
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