Struct atk_sys::AtkMiscClass[][src]

#[repr(C)]
pub struct AtkMiscClass { pub parent: GObjectClass, pub threads_enter: Option<unsafe extern "C" fn(_: *mut AtkMisc)>, pub threads_leave: Option<unsafe extern "C" fn(_: *mut AtkMisc)>, pub vfuncs: [gpointer; 32], }

Fields

Trait Implementations

impl Copy for AtkMiscClass
[src]

impl Clone for AtkMiscClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkMiscClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkMiscClass

impl !Sync for AtkMiscClass