Struct atk_sys::AtkRelation[][src]

#[repr(C)]
pub struct AtkRelation { pub parent: GObject, pub target: *mut GPtrArray, pub relationship: AtkRelationType, }

Fields

Trait Implementations

impl Copy for AtkRelation
[src]

impl Clone for AtkRelation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkRelation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkRelation

impl !Sync for AtkRelation