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