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