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 Copy for AtkObject
[src]

impl Clone for AtkObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtkObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkObject

impl !Sync for AtkObject