Struct skia_bindings::skcms_CICP
source · #[repr(C)]pub struct skcms_CICP {
pub color_primaries: u8,
pub transfer_characteristics: u8,
pub matrix_coefficients: u8,
pub video_full_range_flag: u8,
}
Fields§
§color_primaries: u8
§transfer_characteristics: u8
§matrix_coefficients: u8
§video_full_range_flag: u8
Trait Implementations§
source§impl Clone for skcms_CICP
impl Clone for skcms_CICP
source§fn clone(&self) -> skcms_CICP
fn clone(&self) -> skcms_CICP
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 skcms_CICP
impl Debug for skcms_CICP
impl Copy for skcms_CICP
Auto Trait Implementations§
impl RefUnwindSafe for skcms_CICP
impl Send for skcms_CICP
impl Sync for skcms_CICP
impl Unpin for skcms_CICP
impl UnwindSafe for skcms_CICP
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