#[repr(C)]pub struct DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub value: UINT32,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§value: UINT32
Implementations§
Source§impl DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
pub fn enableAdvancedColor(&self) -> UINT32
pub fn set_enableAdvancedColor(&mut self, val: UINT32)
pub fn reserved(&self) -> UINT32
pub fn set_reserved(&mut self, val: UINT32)
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl Clone for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
Source§fn clone(&self) -> DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
fn clone(&self) -> DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
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_SET_ADVANCED_COLOR_STATE
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl RefUnwindSafe for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl Send for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl Sync for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl Unpin for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
impl UnwindSafe for DISPLAYCONFIG_SET_ADVANCED_COLOR_STATE
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