Struct JabColorF
#[repr(C)]pub struct JabColorF {
pub J: f32,
pub a: f32,
pub b: f32,
}
Fields§
§J: f32
§a: f32
§b: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JabColorF
impl RefUnwindSafe for JabColorF
impl Send for JabColorF
impl Sync for JabColorF
impl Unpin for JabColorF
impl UnwindSafe for JabColorF
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