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
parent_class: AtkObjectClass
get_object_id: Option<unsafe extern "C" fn(_: *mut AtkPlug) -> *mut c_char>
Trait Implementations
impl Copy for AtkPlugClass[src]
impl Copy for AtkPlugClassimpl Clone for AtkPlugClass[src]
impl Clone for AtkPlugClassfn clone(&self) -> AtkPlugClass[src]
fn clone(&self) -> AtkPlugClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AtkPlugClass[src]
impl Debug for AtkPlugClassAuto Trait Implementations
impl !Send for AtkPlugClass
impl !Send for AtkPlugClassimpl !Sync for AtkPlugClass
impl !Sync for AtkPlugClass