#[repr(C)]pub struct HeDynamicColorClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for HeDynamicColorClass
impl Clone for HeDynamicColorClass
Source§fn clone(&self) -> HeDynamicColorClass
fn clone(&self) -> HeDynamicColorClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeDynamicColorClass
impl Debug for HeDynamicColorClass
impl Copy for HeDynamicColorClass
Auto Trait Implementations§
impl Freeze for HeDynamicColorClass
impl RefUnwindSafe for HeDynamicColorClass
impl !Send for HeDynamicColorClass
impl !Sync for HeDynamicColorClass
impl Unpin for HeDynamicColorClass
impl UnwindSafe for HeDynamicColorClass
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