Struct atk_sys::AtkObjectFactory[][src]

#[repr(C)]
pub struct AtkObjectFactory { pub parent: GObject, }

Fields

Trait Implementations

impl Copy for AtkObjectFactory
[src]

impl Clone for AtkObjectFactory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkObjectFactory
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations