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§
source§impl Clone for _GTypeClass
impl Clone for _GTypeClass
source§fn clone(&self) -> _GTypeClass
fn clone(&self) -> _GTypeClass
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 _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§
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