Struct libhelium_sys::HeScoreAnnotatedColor
source · #[repr(C)]pub struct HeScoreAnnotatedColor {
pub parent_instance: GTypeInstance,
pub ref_count: c_int,
pub priv_: *mut HeScoreAnnotatedColorPrivate,
pub argb: c_int,
pub cam_hue: c_double,
pub cam_chroma: c_double,
pub excited_proportion: c_double,
pub score: c_double,
pub he_score_annotated_color_cmp: GCompareFunc,
}
Fields§
§parent_instance: GTypeInstance
§ref_count: c_int
§priv_: *mut HeScoreAnnotatedColorPrivate
§argb: c_int
§cam_hue: c_double
§cam_chroma: c_double
§excited_proportion: c_double
§score: c_double
§he_score_annotated_color_cmp: GCompareFunc
Trait Implementations§
source§impl Clone for HeScoreAnnotatedColor
impl Clone for HeScoreAnnotatedColor
source§fn clone(&self) -> HeScoreAnnotatedColor
fn clone(&self) -> HeScoreAnnotatedColor
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 HeScoreAnnotatedColor
impl Debug for HeScoreAnnotatedColor
impl Copy for HeScoreAnnotatedColor
Auto Trait Implementations§
impl Freeze for HeScoreAnnotatedColor
impl RefUnwindSafe for HeScoreAnnotatedColor
impl !Send for HeScoreAnnotatedColor
impl !Sync for HeScoreAnnotatedColor
impl Unpin for HeScoreAnnotatedColor
impl UnwindSafe for HeScoreAnnotatedColor
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