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