Struct atk_sys::AtkSocketClass [−][src]
#[repr(C)]pub struct AtkSocketClass { pub parent_class: AtkObjectClass, pub embed: Option<unsafe extern "C" fn(_: *mut AtkSocket, _: *const c_char)>, }
Fields
parent_class: AtkObjectClassembed: Option<unsafe extern "C" fn(_: *mut AtkSocket, _: *const c_char)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtkSocketClassimpl !Send for AtkSocketClassimpl !Sync for AtkSocketClassimpl Unpin for AtkSocketClassimpl UnwindSafe for AtkSocketClassBlanket Implementations
Mutably borrows from an owned value. Read more