#[repr(C)]pub struct HeVibrantScheme {
pub parent_instance: GObject,
pub priv_: *mut HeVibrantSchemePrivate,
}Fields§
§parent_instance: GObject§priv_: *mut HeVibrantSchemePrivateTrait Implementations§
Source§impl Clone for HeVibrantScheme
impl Clone for HeVibrantScheme
Source§fn clone(&self) -> HeVibrantScheme
fn clone(&self) -> HeVibrantScheme
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 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