Struct windows_sys::Win32::Devices::Display::GAMMA_RAMP_RGB
#[repr(C)]pub struct GAMMA_RAMP_RGB {
pub Red: f32,
pub Green: f32,
pub Blue: f32,
}
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§
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