Struct gobject_sys::GTypeClass [] [src]

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

Fields

Trait Implementations

impl Copy for GTypeClass
[src]

impl Clone for GTypeClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GTypeClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GTypeClass

impl Sync for GTypeClass