Struct atk_sys::AtkRelationSet [−][src]
#[repr(C)]pub struct AtkRelationSet { pub parent: GObject, pub relations: *mut GPtrArray, }
Fields
parent: GObject
relations: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkRelationSet
impl !Send for AtkRelationSet
impl !Sync for AtkRelationSet
impl Unpin for AtkRelationSet
impl UnwindSafe for AtkRelationSet
Blanket Implementations
Mutably borrows from an owned value. Read more