Struct windows_sys::Win32::Graphics::DirectDraw::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
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
impl Copy for DDCOLORCONTROL
Auto Trait Implementations
impl RefUnwindSafe for DDCOLORCONTROL
impl Send for DDCOLORCONTROL
impl Sync for DDCOLORCONTROL
impl Unpin for DDCOLORCONTROL
impl UnwindSafe for DDCOLORCONTROL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more