pub struct ColorInfo {
pub primaries: ColorPrimaries,
pub transfer_characteristics: TransferCharacteristics,
pub matrix_coefficients: MatrixCoefficients,
pub color_range: ColorRange,
}Expand description
Color information
Fields§
§primaries: ColorPrimaries§transfer_characteristics: TransferCharacteristics§matrix_coefficients: MatrixCoefficients§color_range: ColorRangeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ColorInfo
impl RefUnwindSafe for ColorInfo
impl Send for ColorInfo
impl Sync for ColorInfo
impl Unpin for ColorInfo
impl UnsafeUnpin for ColorInfo
impl UnwindSafe for ColorInfo
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