Struct gobject_sys::GTypeInterface[][src]

#[repr(C)]
pub struct GTypeInterface { pub g_type: GType, pub g_instance_type: GType, }

Fields

Trait Implementations

impl Copy for GTypeInterface
[src]

impl Clone for GTypeInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTypeInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GTypeInterface

impl Sync for GTypeInterface