Struct atk_sys::AtkPlugClass[][src]

#[repr(C)]
pub struct AtkPlugClass { pub parent_class: AtkObjectClass, pub get_object_id: Option<unsafe extern "C" fn(_: *mut AtkPlug) -> *mut c_char>, }

Fields

Trait Implementations

impl Copy for AtkPlugClass
[src]

impl Clone for AtkPlugClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkPlugClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkPlugClass

impl !Sync for AtkPlugClass