#[repr(C)]pub struct GTypeModule {
pub parent_instance: GObject,
pub use_count: guint,
pub type_infos: *mut GSList,
pub interface_infos: *mut GSList,
pub name: *mut gchar,
}Fields§
§parent_instance: GObject§use_count: guint§type_infos: *mut GSList§interface_infos: *mut GSList§name: *mut gcharAuto Trait Implementations§
impl Freeze for GTypeModule
impl RefUnwindSafe for GTypeModule
impl !Send for GTypeModule
impl !Sync for GTypeModule
impl Unpin for GTypeModule
impl UnwindSafe for GTypeModule
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