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