Struct gobject_sys::GTypeInterface
source · [−]Fields
g_type: GType
g_instance_type: GType
Trait Implementations
sourceimpl Clone for GTypeInterface
impl Clone for GTypeInterface
sourcefn clone(&self) -> GTypeInterface
fn clone(&self) -> GTypeInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GTypeInterface
impl Debug for GTypeInterface
impl Copy for GTypeInterface
Auto Trait Implementations
impl RefUnwindSafe for GTypeInterface
impl Send for GTypeInterface
impl Sync for GTypeInterface
impl Unpin for GTypeInterface
impl UnwindSafe for GTypeInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more