#[repr(C)]pub struct _GTypeInterface {
pub g_type: GType,
pub g_instance_type: GType,
}Fields§
§g_type: GType§g_instance_type: GTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GTypeInterface
impl RefUnwindSafe for _GTypeInterface
impl Send for _GTypeInterface
impl Sync for _GTypeInterface
impl Unpin for _GTypeInterface
impl UnwindSafe for _GTypeInterface
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