Struct windows::Win32::Graphics::Gdi::DISPLAYCONFIG_COLOR_ENCODING
#[repr(transparent)]pub struct DISPLAYCONFIG_COLOR_ENCODING(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DISPLAYCONFIG_COLOR_ENCODING
impl Clone for DISPLAYCONFIG_COLOR_ENCODING
§fn clone(&self) -> DISPLAYCONFIG_COLOR_ENCODING
fn clone(&self) -> DISPLAYCONFIG_COLOR_ENCODING
Returns a copy 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 more§impl Debug for DISPLAYCONFIG_COLOR_ENCODING
impl Debug for DISPLAYCONFIG_COLOR_ENCODING
§impl Default for DISPLAYCONFIG_COLOR_ENCODING
impl Default for DISPLAYCONFIG_COLOR_ENCODING
§fn default() -> DISPLAYCONFIG_COLOR_ENCODING
fn default() -> DISPLAYCONFIG_COLOR_ENCODING
Returns the “default value” for a type. Read more
§impl PartialEq for DISPLAYCONFIG_COLOR_ENCODING
impl PartialEq for DISPLAYCONFIG_COLOR_ENCODING
§fn eq(&self, other: &DISPLAYCONFIG_COLOR_ENCODING) -> bool
fn eq(&self, other: &DISPLAYCONFIG_COLOR_ENCODING) -> bool
This method 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)