Union windows_sys::Win32::Devices::Display::COLORSPACE_TRANSFORM_0
[−]#[repr(C)]
pub union COLORSPACE_TRANSFORM_0 {
pub Rgb256x3x16: GAMMA_RAMP_RGB256x3x16,
pub Dxgi1: GAMMA_RAMP_DXGI_1,
pub T3x4: COLORSPACE_TRANSFORM_3x4,
pub MatrixV2: COLORSPACE_TRANSFORM_MATRIX_V2,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Rgb256x3x16: GAMMA_RAMP_RGB256x3x16
Dxgi1: GAMMA_RAMP_DXGI_1
T3x4: COLORSPACE_TRANSFORM_3x4
MatrixV2: COLORSPACE_TRANSFORM_MATRIX_V2
Trait Implementations
impl Clone for COLORSPACE_TRANSFORM_0
impl Clone for COLORSPACE_TRANSFORM_0
impl Copy for COLORSPACE_TRANSFORM_0
Auto Trait Implementations
impl RefUnwindSafe for COLORSPACE_TRANSFORM_0
impl Send for COLORSPACE_TRANSFORM_0
impl Sync for COLORSPACE_TRANSFORM_0
impl Unpin for COLORSPACE_TRANSFORM_0
impl UnwindSafe for COLORSPACE_TRANSFORM_0
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