#[repr(C)]pub struct DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub value: UINT32,
pub colorEncoding: DISPLAYCONFIG_COLOR_ENCODING,
pub bitsPerColorChannel: UINT32,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§value: UINT32
§colorEncoding: DISPLAYCONFIG_COLOR_ENCODING
§bitsPerColorChannel: UINT32
Implementations§
Source§impl DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
pub fn advancedColorSupported(&self) -> UINT32
pub fn set_advancedColorSupported(&mut self, val: UINT32)
pub fn advancedColorEnabled(&self) -> UINT32
pub fn set_advancedColorEnabled(&mut self, val: UINT32)
pub fn reserved(&self) -> UINT32
pub fn set_reserved(&mut self, val: UINT32)
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl Clone for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
Source§fn clone(&self) -> DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
fn clone(&self) -> DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
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 moreimpl Copy for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl RefUnwindSafe for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl Send for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl Sync for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl Unpin for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
impl UnwindSafe for DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO
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