pub struct ColorCharacteristics {
pub cp: ColourPrimaries,
pub mc: MatrixCoefficients,
pub tc: TransferCharacteristic,
}
Fields§
§cp: ColourPrimaries
§mc: MatrixCoefficients
§tc: TransferCharacteristic
Implementations§
Trait Implementations§
Source§impl Clone for ColorCharacteristics
impl Clone for ColorCharacteristics
Source§fn clone(&self) -> ColorCharacteristics
fn clone(&self) -> ColorCharacteristics
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 moreSource§impl Debug for ColorCharacteristics
impl Debug for ColorCharacteristics
impl Copy for ColorCharacteristics
Auto Trait Implementations§
impl Freeze for ColorCharacteristics
impl RefUnwindSafe for ColorCharacteristics
impl Send for ColorCharacteristics
impl Sync for ColorCharacteristics
impl Unpin for ColorCharacteristics
impl UnwindSafe for ColorCharacteristics
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