Struct atk_sys::AtkRelationSetClass[][src]

#[repr(C)]
pub struct AtkRelationSetClass { pub parent: GObjectClass, pub pad1: AtkFunction, pub pad2: AtkFunction, }

Fields

Trait Implementations

impl Copy for AtkRelationSetClass
[src]

impl Clone for AtkRelationSetClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkRelationSetClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations