Struct atk_sys::AtkNoOpObjectFactory[][src]

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

Fields

Trait Implementations

impl Copy for AtkNoOpObjectFactory
[src]

impl Clone for AtkNoOpObjectFactory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkNoOpObjectFactory
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations