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