Struct gobject_sys::GTypeQuery
source · #[repr(C)]pub struct GTypeQuery {
pub type_: GType,
pub type_name: *const c_char,
pub class_size: c_uint,
pub instance_size: c_uint,
}
Fields§
§type_: GType
§type_name: *const c_char
§class_size: c_uint
§instance_size: c_uint
Trait Implementations§
source§impl Clone for GTypeQuery
impl Clone for GTypeQuery
source§fn clone(&self) -> GTypeQuery
fn clone(&self) -> GTypeQuery
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 GTypeQuery
impl Debug for GTypeQuery
impl Copy for GTypeQuery
Auto Trait Implementations§
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