Struct atk_sys::AtkRegistryClass[][src]

#[repr(C)]
pub struct AtkRegistryClass { pub parent_class: GObjectClass, }

Fields

Trait Implementations

impl Copy for AtkRegistryClass
[src]

impl Clone for AtkRegistryClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkRegistryClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations