Struct atk_sys::AtkSocketClass[][src]

#[repr(C)]
pub struct AtkSocketClass { pub parent_class: AtkObjectClass, pub embed: Option<unsafe extern "C" fn(_: *mut AtkSocket, _: *mut c_char)>, }

Fields

Trait Implementations

impl Copy for AtkSocketClass
[src]

impl Clone for AtkSocketClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkSocketClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations