Struct windows_sys::Win32::Devices::Display::GAMMA_RAMP_DXGI_1
[−]#[repr(C)]pub struct GAMMA_RAMP_DXGI_1 {
pub Scale: GAMMA_RAMP_RGB,
pub Offset: GAMMA_RAMP_RGB,
pub GammaCurve: [GAMMA_RAMP_RGB; 1025],
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Scale: GAMMA_RAMP_RGB
Offset: GAMMA_RAMP_RGB
GammaCurve: [GAMMA_RAMP_RGB; 1025]
Trait Implementations
impl Clone for GAMMA_RAMP_DXGI_1
impl Clone for GAMMA_RAMP_DXGI_1
impl Copy for GAMMA_RAMP_DXGI_1
Auto Trait Implementations
impl RefUnwindSafe for GAMMA_RAMP_DXGI_1
impl Send for GAMMA_RAMP_DXGI_1
impl Sync for GAMMA_RAMP_DXGI_1
impl Unpin for GAMMA_RAMP_DXGI_1
impl UnwindSafe for GAMMA_RAMP_DXGI_1
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