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
impl Copy for AtkRelation[src]
impl Copy for AtkRelationimpl Clone for AtkRelation[src]
impl Clone for AtkRelationfn clone(&self) -> AtkRelation[src]
fn clone(&self) -> AtkRelationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkRelation[src]
impl Debug for AtkRelationAuto Trait Implementations
impl !Send for AtkRelation
impl !Send for AtkRelationimpl !Sync for AtkRelation
impl !Sync for AtkRelation