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: GObject
factory_type_registry: *mut GHashTable
factory_singleton_cache: *mut GHashTable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkRegistry
impl !Send for AtkRegistry
impl !Sync for AtkRegistry
impl Unpin for AtkRegistry
impl UnwindSafe for AtkRegistry
Blanket Implementations
Mutably borrows from an owned value. Read more