Struct DDCOLORCONTROL
#[repr(C)]pub struct DDCOLORCONTROL {
pub dwSize: u32,
pub dwFlags: u32,
pub lBrightness: i32,
pub lContrast: i32,
pub lHue: i32,
pub lSaturation: i32,
pub lSharpness: i32,
pub lGamma: i32,
pub lColorEnable: i32,
pub dwReserved1: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§lBrightness: i32
§lContrast: i32
§lHue: i32
§lSaturation: i32
§lSharpness: i32
§lGamma: i32
§lColorEnable: i32
§dwReserved1: u32
Trait Implementations§
§impl Clone for DDCOLORCONTROL
impl Clone for DDCOLORCONTROL
§fn clone(&self) -> DDCOLORCONTROL
fn clone(&self) -> DDCOLORCONTROL
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 DDCOLORCONTROL
impl Debug for DDCOLORCONTROL
§impl Default for DDCOLORCONTROL
impl Default for DDCOLORCONTROL
§impl PartialEq for DDCOLORCONTROL
impl PartialEq for DDCOLORCONTROL
impl Copy for DDCOLORCONTROL
impl StructuralPartialEq for DDCOLORCONTROL
Auto Trait Implementations§
impl Freeze for DDCOLORCONTROL
impl RefUnwindSafe for DDCOLORCONTROL
impl Send for DDCOLORCONTROL
impl Sync for DDCOLORCONTROL
impl Unpin for DDCOLORCONTROL
impl UnwindSafe for DDCOLORCONTROL
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