Struct atk_sys::AtkObject [] [src]

#[repr(C)]
pub struct AtkObject { pub parent: GObject, pub description: *mut c_char, pub name: *mut c_char, pub accessible_parent: *mut AtkObject, pub role: AtkRole, pub relation_set: *mut AtkRelationSet, pub layer: AtkLayer, }

Fields

Trait Implementations

impl Debug for AtkObject
[src]

[src]

Formats the value using the given formatter.