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
parent: GObjectfactory_type_registry: *mut GHashTablefactory_singleton_cache: *mut GHashTableTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkRegistryimpl !Send for AtkRegistryimpl !Sync for AtkRegistryimpl Unpin for AtkRegistryimpl UnwindSafe for AtkRegistryBlanket Implementations
Mutably borrows from an owned value. Read more