Struct atk_sys::AtkRegistry[][src]

#[repr(C)]
pub struct AtkRegistry { pub parent: GObject, pub factory_type_registry: *mut GHashTable, pub factory_singleton_cache: *mut GHashTable, }

Fields

Trait Implementations

impl Copy for AtkRegistry
[src]

impl Clone for AtkRegistry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkRegistry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkRegistry

impl !Sync for AtkRegistry