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