#[repr(C)]pub struct CicpProfile {
pub color_primaries: CicpColorPrimaries,
pub transfer_characteristics: TransferCharacteristics,
pub matrix_coefficients: MatrixCoefficients,
pub full_range: bool,
}
Expand description
Fields§
§color_primaries: CicpColorPrimaries
§transfer_characteristics: TransferCharacteristics
§matrix_coefficients: MatrixCoefficients
§full_range: bool
Trait Implementations§
Source§impl Clone for CicpProfile
impl Clone for CicpProfile
Source§fn clone(&self) -> CicpProfile
fn clone(&self) -> CicpProfile
Returns a duplicate 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 CicpProfile
impl Debug for CicpProfile
impl Copy for CicpProfile
Auto Trait Implementations§
impl Freeze for CicpProfile
impl RefUnwindSafe for CicpProfile
impl Send for CicpProfile
impl Sync for CicpProfile
impl Unpin for CicpProfile
impl UnwindSafe for CicpProfile
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