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