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