Struct gobject_sys::GTypeInterface
source · #[repr(C)]pub struct GTypeInterface {
pub g_type: GType,
pub g_instance_type: GType,
}Fields§
§g_type: GType§g_instance_type: GTypeTrait Implementations§
source§impl Clone for GTypeInterface
impl Clone for GTypeInterface
source§fn clone(&self) -> GTypeInterface
fn clone(&self) -> GTypeInterface
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 more