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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AtkSocketClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AtkSocketClass

impl !Sync for AtkSocketClass