#[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
parent: GObjectdescription: *mut c_charname: *mut c_characcessible_parent: *mut AtkObjectrole: AtkRolerelation_set: *mut AtkRelationSetlayer: AtkLayerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkObject
impl UnwindSafe for AtkObject
Blanket Implementations
Mutably borrows from an owned value. Read more