#[repr(C)]pub struct Ych {
pub y: f32,
pub c: f32,
pub h: f32,
}Expand description
Structure for cone form of Yrg colorspace
Fields§
§y: f32§c: f32§h: f32Implementations§
Trait Implementations§
Source§impl PartialOrd for Ych
impl PartialOrd for Ych
impl Copy for Ych
impl StructuralPartialEq for Ych
Auto Trait Implementations§
impl Freeze for Ych
impl RefUnwindSafe for Ych
impl Send for Ych
impl Sync for Ych
impl Unpin for Ych
impl UnsafeUnpin for Ych
impl UnwindSafe for Ych
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