#[repr(C)]pub struct GlyCicp {
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: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyCicp
impl RefUnwindSafe for GlyCicp
impl Send for GlyCicp
impl Sync for GlyCicp
impl Unpin for GlyCicp
impl UnsafeUnpin for GlyCicp
impl UnwindSafe for GlyCicp
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