Struct atk_sys::AtkRegistryClass [−][src]
#[repr(C)]pub struct AtkRegistryClass { pub parent_class: GObjectClass, }
Fields
parent_class: GObjectClass
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkRegistryClass
impl !Send for AtkRegistryClass
impl !Sync for AtkRegistryClass
impl Unpin for AtkRegistryClass
impl UnwindSafe for AtkRegistryClass
Blanket Implementations
Mutably borrows from an owned value. Read more