Struct libhelium_sys::HeSaladScheme
source · #[repr(C)]pub struct HeSaladScheme {
pub parent_instance: GObject,
pub priv_: *mut HeSaladSchemePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut HeSaladSchemePrivate
Trait Implementations§
source§impl Clone for HeSaladScheme
impl Clone for HeSaladScheme
source§fn clone(&self) -> HeSaladScheme
fn clone(&self) -> HeSaladScheme
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 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