Struct atk_sys::AtkRelationSet[][src]

#[repr(C)]
pub struct AtkRelationSet { pub parent: GObject, pub relations: *mut GPtrArray, }

Fields

Trait Implementations

impl Copy for AtkRelationSet
[src]

impl Clone for AtkRelationSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkRelationSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations