Struct windows_sys::Win32::Devices::Display::GAMMA_RAMP_RGB
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
Red: f32
Green: f32
Blue: f32
Trait Implementations
impl Clone for GAMMA_RAMP_RGB
impl Clone for GAMMA_RAMP_RGB
impl Copy for GAMMA_RAMP_RGB
Auto Trait Implementations
impl RefUnwindSafe for GAMMA_RAMP_RGB
impl Send for GAMMA_RAMP_RGB
impl Sync for GAMMA_RAMP_RGB
impl Unpin for GAMMA_RAMP_RGB
impl UnwindSafe for GAMMA_RAMP_RGB
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