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