Struct DXGI_GAMMA_CONTROL
#[repr(C)]pub struct DXGI_GAMMA_CONTROL {
pub Scale: DXGI_RGB,
pub Offset: DXGI_RGB,
pub GammaCurve: [DXGI_RGB; 1025],
}
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
§fn clone(&self) -> DXGI_GAMMA_CONTROL
fn clone(&self) -> DXGI_GAMMA_CONTROL
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 DXGI_GAMMA_CONTROL
impl Debug for DXGI_GAMMA_CONTROL
§impl Default for DXGI_GAMMA_CONTROL
impl Default for DXGI_GAMMA_CONTROL
§impl PartialEq for DXGI_GAMMA_CONTROL
impl PartialEq for DXGI_GAMMA_CONTROL
impl Copy for DXGI_GAMMA_CONTROL
impl StructuralPartialEq for DXGI_GAMMA_CONTROL
Auto Trait Implementations§
impl Freeze for DXGI_GAMMA_CONTROL
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§
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