#[repr(C)]pub struct GTypeQuery {
pub type_: GType,
pub type_name: *const gchar,
pub class_size: guint,
pub instance_size: guint,
}Fields§
§type_: GType§type_name: *const gchar§class_size: guint§instance_size: guintAuto Trait Implementations§
impl Freeze for GTypeQuery
impl RefUnwindSafe for GTypeQuery
impl !Send for GTypeQuery
impl !Sync for GTypeQuery
impl Unpin for GTypeQuery
impl UnwindSafe for GTypeQuery
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