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