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
impl Copy for AtkRegistry[src]
impl Copy for AtkRegistryimpl Clone for AtkRegistry[src]
impl Clone for AtkRegistryfn clone(&self) -> AtkRegistry[src]
fn clone(&self) -> AtkRegistryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkRegistry[src]
impl Debug for AtkRegistryAuto Trait Implementations
impl !Send for AtkRegistry
impl !Send for AtkRegistryimpl !Sync for AtkRegistry
impl !Sync for AtkRegistry