Struct libhelium_sys::HeLABColor
source · #[repr(C)]pub struct HeLABColor {
pub l: c_double,
pub a: c_double,
pub b: c_double,
}
Fields§
§l: c_double
§a: c_double
§b: c_double
Trait Implementations§
source§impl Clone for HeLABColor
impl Clone for HeLABColor
source§fn clone(&self) -> HeLABColor
fn clone(&self) -> HeLABColor
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 HeLABColor
impl Debug for HeLABColor
impl Copy for HeLABColor
Auto Trait Implementations§
impl Freeze for HeLABColor
impl RefUnwindSafe for HeLABColor
impl Send for HeLABColor
impl Sync for HeLABColor
impl Unpin for HeLABColor
impl UnwindSafe for HeLABColor
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