#[repr(C)]pub struct HeScoreAnnotatedColorClass {
pub parent_class: GTypeClass,
}
Fields§
§parent_class: GTypeClass
Trait Implementations§
source§impl Clone for HeScoreAnnotatedColorClass
impl Clone for HeScoreAnnotatedColorClass
source§fn clone(&self) -> HeScoreAnnotatedColorClass
fn clone(&self) -> HeScoreAnnotatedColorClass
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 HeScoreAnnotatedColorClass
impl Debug for HeScoreAnnotatedColorClass
impl Copy for HeScoreAnnotatedColorClass
Auto Trait Implementations§
impl Freeze for HeScoreAnnotatedColorClass
impl RefUnwindSafe for HeScoreAnnotatedColorClass
impl Send for HeScoreAnnotatedColorClass
impl Sync for HeScoreAnnotatedColorClass
impl Unpin for HeScoreAnnotatedColorClass
impl UnwindSafe for HeScoreAnnotatedColorClass
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