#[repr(C)]pub struct MHC2Type {
pub CurveEntries: u32,
pub RedCurve: *mut f64,
pub GreenCurve: *mut f64,
pub BlueCurve: *mut f64,
pub MinLuminance: f64,
pub PeakLuminance: f64,
pub XYZ2XYZmatrix: [[f64; 4]; 3],
}
Fields§
§CurveEntries: u32
§RedCurve: *mut f64
§GreenCurve: *mut f64
§BlueCurve: *mut f64
§MinLuminance: f64
ST.2086 min luminance in nits
PeakLuminance: f64
ST.2086 peak luminance in nits
XYZ2XYZmatrix: [[f64; 4]; 3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MHC2Type
impl RefUnwindSafe for MHC2Type
impl !Send for MHC2Type
impl !Sync for MHC2Type
impl Unpin for MHC2Type
impl UnwindSafe for MHC2Type
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