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