Struct windows_sys::Win32::Graphics::Dxgi::Common::DXGI_GAMMA_CONTROL_CAPABILITIES
[−]#[repr(C)]pub struct DXGI_GAMMA_CONTROL_CAPABILITIES {
pub ScaleAndOffsetSupported: BOOL,
pub MaxConvertedValue: f32,
pub MinConvertedValue: f32,
pub NumGammaControlPoints: u32,
pub ControlPointPositions: [f32; 1025],
}
Expand description
Required features: "Win32_Graphics_Dxgi_Common"
, "Win32_Foundation"
Fields
ScaleAndOffsetSupported: BOOL
MaxConvertedValue: f32
MinConvertedValue: f32
NumGammaControlPoints: u32
ControlPointPositions: [f32; 1025]
Trait Implementations
impl Clone for DXGI_GAMMA_CONTROL_CAPABILITIES
impl Clone for DXGI_GAMMA_CONTROL_CAPABILITIES
impl Copy for DXGI_GAMMA_CONTROL_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for DXGI_GAMMA_CONTROL_CAPABILITIES
impl Send for DXGI_GAMMA_CONTROL_CAPABILITIES
impl Sync for DXGI_GAMMA_CONTROL_CAPABILITIES
impl Unpin for DXGI_GAMMA_CONTROL_CAPABILITIES
impl UnwindSafe for DXGI_GAMMA_CONTROL_CAPABILITIES
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