Struct windows_sys::Win32::Devices::Display::COLORSPACE_TRANSFORM
[−]#[repr(C)]pub struct COLORSPACE_TRANSFORM {
pub Type: COLORSPACE_TRANSFORM_TYPE,
pub Data: COLORSPACE_TRANSFORM_0,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Type: COLORSPACE_TRANSFORM_TYPE
Data: COLORSPACE_TRANSFORM_0
Trait Implementations
impl Clone for COLORSPACE_TRANSFORM
impl Clone for COLORSPACE_TRANSFORM
impl Copy for COLORSPACE_TRANSFORM
Auto Trait Implementations
impl RefUnwindSafe for COLORSPACE_TRANSFORM
impl Send for COLORSPACE_TRANSFORM
impl Sync for COLORSPACE_TRANSFORM
impl Unpin for COLORSPACE_TRANSFORM
impl UnwindSafe for COLORSPACE_TRANSFORM
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