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,
}
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
§fn clone(&self) -> COLORSPACE_TRANSFORM_0
fn clone(&self) -> COLORSPACE_TRANSFORM_0
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 moreimpl Copy for COLORSPACE_TRANSFORM_0
Auto Trait Implementations§
impl Freeze for COLORSPACE_TRANSFORM_0
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)