Struct atk_sys::AtkRelation [−][src]
#[repr(C)]pub struct AtkRelation { pub parent: GObject, pub target: *mut GPtrArray, pub relationship: AtkRelationType, }
Fields
parent: GObjecttarget: *mut GPtrArrayrelationship: AtkRelationTypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkRelationimpl !Send for AtkRelationimpl !Sync for AtkRelationimpl Unpin for AtkRelationimpl UnwindSafe for AtkRelationBlanket Implementations
Mutably borrows from an owned value. Read more