Struct windows::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,
}
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
§fn eq(&self, other: &DDCOLORCONTROL) -> bool
fn eq(&self, other: &DDCOLORCONTROL) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DDCOLORCONTROL
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)