#[repr(C)]pub struct _GTypeClass {
pub g_type: GType,
}
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 Freeze for _GTypeClass
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