Struct D3DKMDT_3x4_COLORSPACE_TRANSFORM
#[repr(C)]pub struct D3DKMDT_3x4_COLORSPACE_TRANSFORM {
pub ColorMatrix3x4: [f32; 12],
pub ScalarMultiplier: f32,
pub LookupTable1D: [D3DDDI_DXGI_RGB; 4096],
}
Fields§
§ColorMatrix3x4: [f32; 12]
§ScalarMultiplier: f32
§LookupTable1D: [D3DDDI_DXGI_RGB; 4096]
Trait Implementations§
§impl Clone for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Clone for D3DKMDT_3x4_COLORSPACE_TRANSFORM
§fn clone(&self) -> D3DKMDT_3x4_COLORSPACE_TRANSFORM
fn clone(&self) -> D3DKMDT_3x4_COLORSPACE_TRANSFORM
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 D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Debug for D3DKMDT_3x4_COLORSPACE_TRANSFORM
§impl Default for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Default for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Copy for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl StructuralPartialEq for D3DKMDT_3x4_COLORSPACE_TRANSFORM
Auto Trait Implementations§
impl Freeze for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl RefUnwindSafe for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Send for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Sync for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl Unpin for D3DKMDT_3x4_COLORSPACE_TRANSFORM
impl UnwindSafe for D3DKMDT_3x4_COLORSPACE_TRANSFORM
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