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: u32dwFlags: u32lBrightness: i32lContrast: i32lHue: i32lSaturation: i32lSharpness: i32lGamma: i32lColorEnable: i32dwReserved1: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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