Struct libappindicator_sys::_GTypeClass
source · [−]#[repr(C)]pub struct _GTypeClass {
pub g_type: GType,
}
Expand description
GTypeClass:
An opaque structure used as the base of all classes.
Fields
g_type: GType
Trait Implementations
sourceimpl Clone for _GTypeClass
impl Clone for _GTypeClass
sourcefn clone(&self) -> _GTypeClass
fn clone(&self) -> _GTypeClass
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 _GTypeClass
impl Debug for _GTypeClass
impl Copy for _GTypeClass
Auto Trait Implementations
impl RefUnwindSafe for _GTypeClass
impl Send for _GTypeClass
impl Sync for _GTypeClass
impl Unpin for _GTypeClass
impl UnwindSafe for _GTypeClass
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